Skip to content

Commit 1edc6d2

Browse files
committed
peng - resolve comment in rst doc to add a java doc link
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent 56427dd commit 1edc6d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/user/ppl/cmd/rex.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ There are several important limitations with the rex command:
191191
- Named capture groups cannot contain underscores due to Java regex limitations
192192
- Group names must start with a letter and contain only letters and digits
193193
- 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>`_
194195

195196
**Pattern Requirements:**
196197

0 commit comments

Comments
 (0)