text
Module
Contains functions and filters to work with texts.
Exports
asLowerCase | Makes all characters in text lower case |
asUpperCase | Makes all characters in text upper case |
replace | Replaces matching substring in a text. |
slice | Extracts a substring from an input text. |