stroom
stroom copied to clipboard
`decode() ` allow use of Capture groups in the result
I'd like to be able to do something like
decode('TestString123','Test(.....)123','$1','Nothing')
currently decode() does not allow the use of $n to represent the value in the capture group of the relevant regex