Node | Description |
---|---|
Node | Description |
---|---|
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.