splice-string
String slicer
A utility function to remove or replace parts of a string
Remove or replace part of a string like Array#splice
23 stars
7 watching
8 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 136 |
| Library to truncate strings to fit terminal widths | 86 |
| A utility function to insert consistent indentation into a string | 112 |
| A utility for simple string matching with wildcard patterns | 539 |
| A command-line tool for indenting lines of text | 5 |
| Creates an array of specified length filled with a given value or function returning values | 43 |
| A library to capture and modify output from the standard streams in Node.js applications. | 54 |
| A utility library for working with streams in JavaScript | 342 |
| A library that generates a unique digital fingerprint of an object | 134 |
| Transforms text columns from Unix commands into JSON data for manipulation | 66 |
| A utility function to limit a value within a specified range | 14 |
| Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 163 |
| Transforms the first chunk of a stream into a specified format and sends it to the stream | 27 |
| Transforms input streams by padding each line with a specified indent | 11 |
| Allows delaying promises by a specified amount of time or a random range. | 609 |