We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66edbf6 commit b07bc9eCopy full SHA for b07bc9e
t/qregex/rx_metachars
@@ -29,6 +29,15 @@ c>> abc-def y right word boundary, end of word
29
def>> abc-def y right word boundary, EOS
30
>> ------- n right word boundary, no word chars
31
32
+abc <( def abcdefghi <def @ 3> from <( marker
33
+abc <( def abcde n from <( marker in failed match
34
+abc )> def abcdefghi <abc @ 0> to )> marker
35
+abc <( \d+ )> def abc123def <123 @ 3> from <( and to >)
36
+abc <( \d+ def abc456def <456def @ 3> from <( only
37
+abc \d+ )> def abc789def <abc789 @ 0> to )> only
38
+abc <( def || ..... abc123def <abc12 @ 0> backtracked from <(
39
+abc <( \d+ <( def abc123def <def @ 6> multiple <('s
40
+
41
c \n d abc\ndef y logical newline (\n)
42
# todo :pugs<feature>
43
c \n d abc\rdef y logical newline matches \r
0 commit comments