Text formatting functions
Last updated
Last updated
NAME | DESCRIPTION |
---|---|
Concatenates two or more text strings into one string | |
Returns hyperlinked text which will navigate to a given URL | |
Extracts text from the left of the value up to the number of characters specified | |
Converts a text string into lowercase | |
Extracts text from the mid of a string from the position provided up to the number of characters specified in length | |
Converts the first character of a text string into uppercase | |
Replaces an input text string with a given value | |
Repeats a given text string a specified number of times | |
Extracts text from the right of the value up to the number of characters specified | |
Formats the value to the given format string | |
Removes leading and trailing spaces | |
Converts a text string into uppercase | |
Converts a text string that represents a number to a number |