jonschlinkert / split-stringLinks
Split a string on a given character or characters, with support for escaping.
☆58Updated 3 years ago
Alternatives and similar repositories for split-string
Users that are interested in split-string are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Iterate over promises serially☆50Updated 3 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 5 years ago
- Tests whether one path is inside another path☆42Updated 5 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Center-align the text in a string.☆23Updated 8 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆57Updated 2 weeks ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- A better `Promise.race()`☆46Updated 2 years ago
- Returns true if a value exists, false if empty. Works with deeply nested values using object paths.☆26Updated 7 years ago