ianstormtaylor / to-no-case
Remove an existing case from a string.
☆17Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for to-no-case
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago
- Split a string at one or more indices☆23Updated 3 years ago
- Lowercase the keys of an object☆40Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Strip the final newline character from a string/buffer☆33Updated 2 weeks ago
- An ES2015 implementation of the "less" command.☆12Updated 8 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 3 years ago
- Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port`☆13Updated 3 years ago
- Simple `setImmediate` shim☆28Updated 8 months ago
- Regular expression for matching scoped npm package names☆26Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Exclude certain items from an array☆20Updated 3 years ago
- Check if a file is executable☆31Updated 6 years ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆19Updated last year
- Regular expression for matching a shebang line☆46Updated 3 years ago
- PostCSS plugin to discard overridden keyframes or counter-style.☆16Updated 8 years ago
- Check if an Array is sorted☆34Updated 3 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆22Updated 2 years ago
- ES2015 Math.imul() ponyfill☆10Updated last year
- Alphabetically sort an array of strings☆39Updated 3 years ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- CSV parser for node.js☆15Updated 5 years ago
- Turn an object into a string of HTML attributes☆49Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 5 years ago
- Parse a person, author, contributor or maintainer string into an object with name, email and url properties following NPM conventions. Us…☆23Updated 7 years ago
- Check if a string is a scoped npm package name☆24Updated 2 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆23Updated last year