Similar to String#replace(), but supports replacing multiple matches. You could achieve something similar by putting the string in a RegExp constructor with the global flag and passing it to String#replace(), but you would then have to first escape the string anyways.Returns a new string with all needle matches replaced with replacement.
replace string str text all many multiple global match matches replacement replacer modify substring sub-string needle searchInstead of having to iterate over RegExp#exec, immutable, and with a nicer result format.Returns an array of objects with a match, sub-matches, and index.
regex regexp re regular expression exec match matches execall all find findall immutable string str multiple many globalReturns an Error that is also an iterator for the individual errors.
aggregate error err combine multiple many collection iterable iteratormeta is powered by plugins that wrap common commands, letting you execute them against some or all of the repos in your solution at once. meta is built on loop, and as such inherits loops ability to easily target a particular set of directories for executing a common command (eg meta git status --include-only dir1,dir2. See loop for more available options). npm i -g meta will install a meta command on your system.
git repository repository-utilities meta productivity repo repositories metarepo metarepository project manyEdit many files as one. Easily search, replace, move code across several files. Sync a, b and c to bundle, in order b, c, a.
sync map many one file edit programmingWrite many files atomically
fs atomic nodejs files write file many writefile atomically write-file-atomic write-file file-atomic write-atomicAn example electron app showing how to manage multiple windows. This demo is built on top of electron-quick-start.
electron many multiple tutorialA Map subclass with support for multiple keys for one entry. A ManyKeysMap object is identical to a regular Map, which the exception that it only supports a sequence of keys as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key.
any key keys many map multi multimap multiple
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.