stroom icon indicating copy to clipboard operation
stroom copied to clipboard

`decode() ` allow use of Capture groups in the result

Open stroomdev10 opened this issue 1 year ago • 0 comments

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

stroomdev10 avatar Feb 22 '24 11:02 stroomdev10