Strings

21.09.2021

Function

Availability

Use

Format

Basic, Professional, Developer Suite

Formats a value and returns the result as a string.

SearchStrings

Basic, Professional, Developer Suite

Searches in a data series for a string and returns the indices of the matches as a data series.

StringConcat

Basic, Professional, Developer Suite

Appends multiple strings to each other.

StringFind

Basic, Professional, Developer Suite

Searches for a substring and returns its position.

StringLeft

Basic, Professional, Developer Suite

Takes a substring out of a string starting from the left.

StringLength

Basic, Professional, Developer Suite

Determines the number of characters in a string.

StringLowerCase

Basic, Professional, Developer Suite

Converts a string into lower case.

StringMid

Basic, Professional, Developer Suite

Takes a substring out of a string starting from a particular position.

StringReplace

Basic, Professional, Developer Suite

Searches for a substring and replaces all occurrences with a different string.

StringReverseFind

Basic, Professional, Developer Suite

Searches for the last match in a substring and returns its position.

StringRight

Basic, Professional, Developer Suite

Pulls a substring out of a string starting from the right.

StringSet

Basic, Professional, Developer Suite

Replaces a substring starting from a predefined position in a string.

StringUpperCase

Basic, Professional, Developer Suite

Converts a string into upper case.

 

Share article or send as email:

You might be interested in these articles