Blocks & Flow Editor
String
Bot Studio string automation reference
concat strings
Joins two strings into one.
ends with
Checks if string ends with substring.
includes string
Checks if string contains a value.
lower case
Converts text to lowercase.
upper case
Converts text to uppercase.
replace
Replaces matched text in a string.
starts with
Checks if string starts with substring.
trim
Strips whitespace from both ends.
split
Splits a string into an array of substrings.