String transformations
uppercase
lowercase
replace
replace
is cycling through every pattern (part to the left of :
) and replaces it with the value (part to the right of :
).
replace_regex
Last updated
replace
is cycling through every pattern (part to the left of :
) and replaces it with the value (part to the right of :
).
Last updated