The String nodes provide several operations, specifically used for handling strings.
Concat
Combines the values of two strings into one
Length
Returns the length of the input string
Contains
Checks whether the string provided contains a specific substring or not
Is Null or Empty
Returns True
if the string is either null
or an empty string
To String
Transforms a generic object into a sting
String To Bool
Convert the string to a boolean value.
String To Float
Convert the string to a float value.
String To Int
Convert the string to a int value.
If the conversion fails, an error message is printed at the console. (SDK 0.1.6+)