Skip to main content

24 docs tagged with "String"

View all tags

Char (character)

Returns the character described by the ASCII code given as the scalar input.

Concat

Concatenates the given list of strings using the specified delimiter

Decrypt

Decrypt the input using the specified key

Encrypt

Encrypt (scramble) the input using the specified key

Filter

Filter (table Table, vector Conditions)

Left

Returns the specified number of character or characters from the beginning of a specified text string, based on the number of characters specified in the…

Len (length)

Returns the number of characters in a specified text string.

Lower

Converts all uppercase letters in a text string to lowercase.

LTrim (left trim)

Removes all spaces from the beginning (left side) of the specified text.

Mid

Returns a specified number of characters from a specified text string, starting at a specified position.

Proper

This function converts the given string to proper case.

RegexFind

Returns the boolean value if the pattern is found in the input string.

RegexReplace

Replace the input string that matches the specified pattern with the replacement string.

Replace

Replace replaces part of the specified text string, based on the number of characters specified, with a different specified text string.

Rept (repeat)

Repeats the specified text a specified number of times.

Reverse

Returns the reverse of the specified text string.

Right

Returns the specified number of character or characters at the end of a specified text string, based on the number of characters specified in the scalar input.

Space

Returns the specified number of spaces.

Split

Splits a given string by specified delimiter into number of columns mentioned.

Substitute

Substitutes the specified new text for all occurrences of specified old text in a text string.

Trim

This function removes spaces from both the beginning and the end of the specified text.

Upper

Converts all lowercase letters in a text string to uppercase.