Ga naar inhoud

Metaflow - String

String

Metaflow referentie: String

Concat

Object

Object

Optie Waarde Type veld
Arguments All strings that will be concatenated. String can be split with use of ','(comma) tekst
Output Converted string tekst

Format

Object

Object

Optie Waarde Type veld
Arguments All strings that will be placed in the format. String can be split with use of ','(comma) tekst
Format Format of the output string with marked places to insert argument values. Places has to be marked with following notation '{0}'. tekst
Output Converted string tekst

Insert

Object

Object

Optie Waarde Type veld
Argument String to which the value will be inserted tekst
Index Index of the position where the value will be inserted tekst
Value value which will be inserted tekst
Output Converted output tekst

Remove

Object

Object

Optie Waarde Type veld
Argument String from which the characters will be removed tekst
Start Index Start Index from which the characters will be removed tekst
Length Length (if empty then every character from start index until end will be removed) tekst
Output Converted output tekst

Replace

Object

Object

Optie Waarde Type veld
Argument String from which the characters will be performed tekst
Old string Old string which is going to be replaced with new value if found in the argument string tekst
New string New string which will replace old string value tekst
Output Converted output tekst

Substring

Object

Object

Optie Waarde Type veld
Argument String from which the substring will be created tekst
Start Index Start Index tekst
Length Length (if empty then every character from start index until end will be removed) tekst
Output Specified substring tekst

String boolean operation

Object

Object

Optie Waarde Type veld
Argument Argument that will be processed in the function tekst
Operation String operation to perform on the argument Dropdown
Ignore Case Ignore case Dropdown
Parameter Parameter (required for some operations) tekst

String operation

Object

Object

Optie Waarde Type veld
Argument Argument that will be processed in the function tekst
Operation String operation to perform on the argument Dropdown
Parameter Parameter (required for some operations) tekst
Output String function output tekst