jonschlinkert / line-numberLinks
Get the line number for each regex match found in a string.
☆15Updated 6 years ago
Alternatives and similar repositories for line-number
Users that are interested in line-number are comparing it to the libraries listed below
Sorting:
- Gracefully restore the CLI cursor on exit☆40Updated last year
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Boxes for use in the terminal☆104Updated last year
- Filter object keys and values into a new object☆105Updated last year
- A safer `.hasOwnProperty()`☆29Updated 2 years ago
- Check if a string is a URL☆87Updated 2 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆42Updated 2 years ago
- Make a function mimic another one☆97Updated last year
- Check if a string is a valid filename☆63Updated 4 years ago
- Get a Gravatar image from an identifier, such as an email☆42Updated 4 years ago
- Split lines into an array of lines☆46Updated 2 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 months ago
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 months ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Regular expression for matching reserved filename characters☆52Updated 2 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Toggle the CLI cursor☆113Updated last year
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Get metadata on the default editor or a specific editor☆55Updated 3 months ago
- Filter promises concurrently☆80Updated last year
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated 9 months ago
- Change alpha of a color string☆23Updated 10 months ago
- Get the path of the caller module☆67Updated 4 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Get the first path that exists on disk of multiple paths☆62Updated 2 months ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago