FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

Strings

Function

Availability

Use

Format

Basic, Professional, Developer Suite

Formats a value and returns the result as a string.

RemoveDuplicates

Basic, Professional, Developer Suite

Removes duplicates from a data series of strings.

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.