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 45ed99f commit 67c15ebCopy full SHA for 67c15eb
t/qregex/rx_captures
@@ -60,4 +60,9 @@ $1=[ (.) (.) (.) ] (.) abcdefg <mob[5]: d @ 3> perl5 numbered captures $1
60
$<key>=<alpha> 12ab34 <mob<key>: a @ 2> alias capture
61
<key=alpha> 12ab34 <mob<key>: a @ 2> alias capture
62
63
+:s $<w1>=(\w+) $<w2>=(\w+)? $<w3>=(\w+)? one two three <mob<w3>[0]: three @ 8> RT #107254
64
+:s $<w1>=(\w+) $<w2>=(\w+)? $<w3>=(\w+)? one two three <mob<w2>[0]: two @ 4> RT #107254
65
+:s $<w1>=(\w+) $<w2>=(\w+)? $<w3>=(\w+)? one two <mob<w2>[0]: two @ 4> RT #107254
66
+:s :r $<w1>=(\w+) $<w2>=(\w+)? $<w3>=(\w+)? one two <mob<w2>[0]: two @ 4> RT #107254
67
+
68
## vim: noexpandtab tabstop=4 shiftwidth=4
0 commit comments