utils.string namespace
Functions
Function | Description |
|---|---|
Given an array of strings, return the length of the common prefix. Words may not be split. Any space after a word is included in the length. | |
Given an array of strings, return the length of the common suffix. Words may not be split. Any space after a word is included in the length. | |
Is the given string a number (includes negative and decimals). | |
Given an array of strings, return the length of the shortest one. | |
Wrap text to the specified width. |