inspect-js / is-regexLinks
Is this value a JS regex?
☆24Updated last month
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 month
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- 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
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated last month
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Updated last month
- 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
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Updated last month
- Is this an ES6 Symbol value?☆19Updated last month
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Get the command from a shebang☆24Updated 4 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated last month
- Create an object path (dot notation) from a list or array of strings.☆16Updated 5 years ago
- Lowercase the keys of an object☆41Updated last week
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Updated 4 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆29Updated 4 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Updated 2 years ago
- ☆20Updated 4 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Updated 5 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Similar to String#trim() but removes only whitespace on the right☆22Updated 4 years ago
- ☆37Updated 2 years ago
- Check if a path is the current working directory☆22Updated 9 months ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Updated 3 years ago