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 9c348a6 commit e579e8eCopy full SHA for e579e8e
t/p5regex/rx_captures
@@ -2,6 +2,9 @@
2
(a.)..(..) zzzabcdefzzz <mob: abcdef @ 3> basic $0
3
(a.)..(..) zzzabcdefzzz <mob[0]: ab @ 3> basic $1
4
(a.)..(..) zzzabcdefzzz <mob[1]: ef @ 7> basic $2
5
+d()ef zzzabcdefzzz y empty capture
6
+# todo :pge<bug>
7
+()ef zzzabcdefzzz y empty capture at start
8
(a(b(c))(d)) abcd y nested match
9
(a(b(c))(d)) abcd <mob: abcd @ 0> nested match
10
(a(b(c))(d)) abcd <mob[0]: abcd @ 0> nested match
0 commit comments