- Useful featured misc functions on string.
- Small and separate modules. Install on need.
- Lightweight and fast.
$ npm install @texting/<tool-name>
bracket | Add bracket to string | function | |
cite | Add tense quote to string | function | |
fold | Divide or fold text to vector | function | |
lange | Get length of string | function | |
liner | Handle lines breaks in string | function | |
padder | Left/right/full pad of string | function | |
phrasing | Transform among snake/camel/pascal naming | function | |
quote | Add quote to string | function | |
sep | Separate a string by delimiter regex | function | |
splitter | Split a string by delimiter regex | function | |
string-value | Generate a pseudo value of string | function | |
tap | Join strings into an array | function | |
translator | Replace string by predefined dictionary | function | |