jonschlinkert / to-regexLinks
Generate a regex from a string or array of strings.
☆60Updated 4 years ago
Alternatives and similar repositories for to-regex
Users that are interested in to-regex are comparing it to the libraries listed below
Sorting:
- Convert a string/Buffer/Uint8Array to a readable stream☆91Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Reduce a list of values using promises into a promise for a value☆72Updated 2 years ago
- Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)☆48Updated 6 years ago
- Get the arguments of a function, arrow function, generator function, async function☆53Updated last year
- Cyclist is an efficient circular buffer implemention for Javascript.☆38Updated last year
- Get the path of the caller module☆66Updated 4 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆79Updated 3 weeks ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 11 months ago
- Returns true if a value exists, false if empty. Works with deeply nested values using object paths.☆26Updated 7 years ago
- Iterate over promises serially☆51Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆47Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago
- Timeout HTTP/HTTPS requests☆51Updated last month
- Filter object keys and values into a new object☆104Updated last year
- A list of directories you should ignore by default☆23Updated 3 years ago
- Get the set npm registry URL☆56Updated 5 months ago
- ☆41Updated 6 years ago
- Modern Buffer API polyfill without footguns☆26Updated 4 years ago
- Rename a function☆47Updated last year
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Tests whether one path is inside another path☆42Updated 5 years ago
- Conditional promise chains☆63Updated 4 years ago
- Low-level wrapper to easily support sync, async, and generator functions.☆34Updated 5 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Get the path of the parent module