-
Problem report
-
Resolution: Incomplete
-
Trivial
-
None
-
5.0.1
-
None
-
None
-
Docker, Centos
Steps to reproduce:
- use regsub on a macro value such as {ITEM.LASTVALUE}
- see that \1 returns the entire matched expression and \2 returns the first capture group
Result:
This expression returns the data in the ([^\"]*) expression
Expected:
\1 should return the first capture group, not \2