Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
☆21Jul 9, 2022Updated 4 years ago
Alternatives and similar repositories for trim-repeated
Users that are interested in trim-repeated are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Strip the authentication part of a URL☆20Jul 9, 2022Updated 4 years ago
- Strip a substring from the start/end of a string☆23Jul 9, 2022Updated 4 years ago
- List of platforms supported by Node.js☆12Nov 3, 2021Updated 4 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- Convert a Source Map object to a comment☆16Aug 9, 2021Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Regular expression for matching reserved filename characters☆53Aug 28, 2026Updated last week
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Jul 9, 2022Updated 4 years ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆21Oct 24, 2023Updated 2 years ago
- Remove leading, trailing and repeated whitespace from a string☆42Aug 10, 2021Updated 5 years ago
- Yeoman welcome message used in generators☆19Nov 1, 2025Updated 10 months ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 5 years ago
- Check if something is a generator function☆24Jul 8, 2022Updated 4 years ago
- Get the URL from a web shortcut file☆15Aug 14, 2021Updated 5 years ago
- Apply custom attributes to vinyl files☆14Nov 7, 2015Updated 10 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Modify the filename in a path☆17Jul 9, 2022Updated 4 years ago
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 5 years ago
- Ensure a function is stable, meaning the same input always produces the same output☆16Nov 4, 2023Updated 2 years ago
- Check if a string is email like☆25Nov 11, 2025Updated 9 months ago
- Clone and modify a RegExp instance☆24Jul 8, 2022Updated 4 years ago
- Transform the first chunk in a stream☆28Nov 1, 2023Updated 2 years ago
- ES2015 Math.imul() ponyfill☆11Oct 30, 2023Updated 2 years ago
- ES2015 Number.isNaN() ponyfill☆30May 2, 2024Updated 2 years ago
- Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari☆13Nov 14, 2025Updated 9 months ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Check if a file path is a binary file☆49Apr 30, 2024Updated 2 years ago
- Get the gulp tasks from a gulp project☆20Oct 14, 2021Updated 4 years ago
- [DEPRECATED] A better Atom `TextEditor#setText()` that preserves cursor/scroll position and selections☆12Jan 24, 2021Updated 5 years ago
- Strip the final newline character from a string/buffer☆38Oct 28, 2024Updated last year
- Truncate a semver version: 1.2.3 → 1.2.0