inspect-js / is-regexLinks
Is this value a JS regex?
☆24Updated 10 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.☆16Updated 10 months ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 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
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 10 months ago
- 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
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 4 years ago
- Check if a file path is a binary file☆47Updated 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
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 10 months ago
- Map `visit` over an array of objects.☆17Updated 3 years ago
- Gracefully restore the CLI cursor on exit☆39Updated last year
- ES2015 Number.isFinite() ponyfill☆19Updated 4 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Get the command from a shebang☆24Updated 4 years ago
- ☆36Updated 2 years ago
- A cache for managing namespaced sub-caches☆14Updated 4 years ago
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 11 months ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago