@technobuddha > library > String
Construction
| Name | Type | Description |
|---|---|---|
| build | Function | Concatenates strings and/or arrays of strings |
| ensurePrefix | Function | Add a prefix to a string, if it does not already have the prefix |
| ensureSuffix | Function | Add a suffix to a string, if it does not already have the suffix |
| quote | Function | Surround text with quotes |
| QuoteOptions | Type | Options for the quote and unquote function |
| tag | Function | Surround text with an HTML tag |