inspect-js / is-regexLinks
Is this value a JS regex?
☆24Updated 11 months ago
Alternatives and similar repositories for is-regex
Users that are interested in is-regex are comparing it to the libraries listed below
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆17Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Updated 4 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Check if a file path is a binary file☆49Updated last year
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated last year
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Updated 11 months ago
- Check if an object can be used like an Array☆17Updated 2 months ago
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Is this an ES6 Symbol value?☆19Updated 11 months ago
- Repeat a string - fast☆35Updated 4 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 5 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆66Updated 2 months ago
- Gracefully restore the CLI cursor on exit☆40Updated last year
- Check if a path is the current working directory☆22Updated 6 months ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 2 months ago
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- 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
- A cache for managing namespaced sub-caches☆14Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Updated 2 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 4 years ago