Regex feature support -- named capture groups? #122
Daemoen
started this conversation in
Script help
Replies: 1 comment 1 reply
-
There's no support for named captures. I'm very hesitant to add redundant functionality at this point. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking to see, and didn't see anything specific about it...
Does Tintin support named capture groups when using regex? It definitely supports () when using {{ }}, so figured maybe it would support named groups too.
I had tested using (as an example)
Now I realize I can still use %2 in the above case, but it would be neat if Tintin actually had support for native capture groups and would automatically assign the variable.
Beta Was this translation helpful? Give feedback.
All reactions