Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Allow to give names for match groups in regular expressions. The result of the match group can also be collected with the match group name
"My example \m
Match group 0: My example Regex
Match group 1: Regex
Match group {groupname}
: Regex