gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
424 stars 58 forks source link

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

Open stroomdev10 opened 4 months ago

stroomdev10 commented 4 months ago

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