@technobuddha > library > String
Deconstruction
| Name | Type | Description |
|---|---|---|
| chop | Function | Break a string into equal sized segments of characters |
| ChopOptions | Type | Options for the chop function |
| delimited | Function | Return a field from a delimited string |
| extractDigits | Function | Remove all non-digit characters from a string |
| root | Function | Extract the root word, removing a prefix and/or suffix |
| RootOptions | Type | Options for the root function |
| splitChars | Function | Split a string into an array of characters |
| splitLines | Function | Split a string into an array of lines |
| splitSentences | Function | Splits the input string into an array of sentences. |
| splitWords | Function | Split a string into an array of words |
| SplitWordsOptions | Type | Options for the splitWords function |
| unquote | Function | Remove surrounding quotes from text |