String Operators
RegEx
match(regEx)
capture(regEx)
test(regEx)
sub(regEx, replacement)
String blocks, bash and newlines
Interpolation
Interpolation - not a string
To up (upper) case
To down (lower) case
Join strings
Trim strings
Match string
Match string, case insensitive
Match with global capture group
Match with named capture groups
Capture named groups into a map
Match without global flag
Match with global flag
Test using regex
Substitute / Replace string
Substitute / Replace string with regex
Custom types: that are really strings
Split strings
Split strings one match
To string
Last updated