CASA
COMUNITÀ
PREZZI
CONTATTACI
18 nodi in questa categoria.
Concatenate
Join multiple strings together
Format
Format string with placeholders {0}, {1}, {2}, etc.
Substring
Extract part of a string
Replace
Replace text in string
Split
Split string into array
Join
Join array into string
Length
Get string length
Uppercase
Convert to uppercase
Lowercase
Convert to lowercase
Lowercase String Array
Convert all strings in array to lowercase
Trim
Remove whitespace from ends
Contains
Check if string contains substring
Starts With
Check if string starts with text
Ends With
Check if string ends with text
String Equal
Check if two strings are exactly equal
String Equal (Ignore Case)
Check if two strings are equal ignoring case
To String
Convert value to string
To Number
Convert string to number