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
Copy file name to clipboardExpand all lines: docs/user/ppl/cmd/rex.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ There are several important limitations with the rex command:
191
191
- Named capture groups cannot contain underscores due to Java regex limitations
192
192
- Group names must start with a letter and contain only letters and digits
193
193
- Use ``(?<username>...)`` not ``(?<user_name>...)``
194
+
- For detailed Java regex pattern syntax and usage, refer to the `official Java Pattern documentation <https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html>`_
0 commit comments