You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the regular expression operator #REG(...) confusingly regular expression operators that are also placeholders will first be interpreted as placeholders before the regular expression is interpreted.
So #REG(B.?um) is translated to
Akron
changed the title
Do not support placeholder symbols in regular expressions in C2
Do not interpret placeholder symbols in regular expressions in C2
Jul 16, 2019
First fix #66!
When using the regular expression operator
#REG(...)
confusingly regular expression operators that are also placeholders will first be interpreted as placeholders before the regular expression is interpreted.So
#REG(B.?um)
is translated toThe expected translation is
The text was updated successfully, but these errors were encountered: