sindresorhus / replace-stringLinks
Replace all substring matches in a string
☆90Updated 4 years ago
Alternatives and similar repositories for replace-string
Users that are interested in replace-string are comparing it to the libraries listed below
Sorting:
- Check if a project is using Yarn☆98Updated 4 months ago
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆111Updated last year
- Conditional promise chains☆63Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Updated 4 years ago
- Measure the time a promise takes to resolve☆72Updated 2 years ago
- Lazy number range generator☆83Updated 2 years ago
- Rename a function☆46Updated 2 years ago
- Prints the current date and time as a UNIX timestamp or custom format☆48Updated 4 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Updated 4 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Simplified high resolution timing☆85Updated last year
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Extract the actual stack of an error☆68Updated 3 years ago
- Write hyperlinks in the terminal☆89Updated 5 years ago
- Generate a unique random string☆89Updated 3 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Get metadata on the default editor or a specific editor☆55Updated 4 months ago
- Get all property keys of an object including non-enumerable and inherited ones☆110Updated 4 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆36Updated last year
- Check if a path is a file, directory, or symlink☆80Updated this week
- Get the fullname of the current user☆48Updated 2 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Create a HTML element string☆98Updated 2 weeks ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Bind all methods in an object to itself or a specified context☆59Updated 4 years ago
- Check if a Mac camera is on☆97Updated 4 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Returns an array filled with the specified input☆43Updated 3 years ago
- Check if your code is running as an npm or yarn script