Text formatting functions

Apply text formatting functions to modify and present text in a structured and readable format.

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

returns the number of characters in a text string.

.ext

specify or identify a file’s extension (like .txt or .jpg).

Last updated

Was this helpful?