Text functions
Index of text functions
Returns the character at the given index. | |
Tests if the input data contains a specific item. | |
Ensures Studio interprets the input string as HTML. | |
Encodes HTML tags in a string so they aren't processed as HTML. | |
Tests if a string ends with the given suffix. | |
Returns the first index at which a given value is found. | |
Capitalizes the first letter of the input string. | |
Joins a set of strings to form a single string. | |
Returns the length of a variable — e.g. the number of values in a list. | |
Converts all input strings to lowercase. | |
Splits a string around matches for specific characters. | |
Tests if a string starts with the given prefix. | |
Replaces one or more text strings with another text string. | |
Returns a substring of the input string. | |
Capitalizes the first letter of each word in the input string. | |
Trims leading, trailing, and internal whitespace from a string. | |
Converts all input strings to uppercase. |