sindresorhus / identifier-regexLinks
Regular expression for matching JavaScript identifiers
☆15Updated last year
Alternatives and similar repositories for identifier-regex
Users that are interested in identifier-regex are comparing it to the libraries listed below
Sorting:
- Check if a directory is empty☆29Updated last year
- Convert a string index to its line and column position☆33Updated 3 months ago
- Provides a list of reserved identifiers for JavaScript☆20Updated last year
- Node's default require extensions as a separate module☆9Updated 2 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Change the file extension of a path☆38Updated 11 months ago
- A collection of common interactive command line user interfaces.☆17Updated last year
- Get the email of an npm user☆32Updated last year
- Check if a filepath is a Markdown file☆20Updated 4 years ago
- A safer `.hasOwnProperty()`☆29Updated 2 years ago
- Resolve values based on a JSON schema. Supports conditionals and composition. Useful for configuration, preferences, LLM chat completions…