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 e49a70e commit 5276e89Copy full SHA for 5276e89
t/qregex/rx_metachars
@@ -102,7 +102,7 @@ b& bcd [Null regex] conjunction (&) - null right arg illegal
102
& & [Null regex] conjunction (&) - literal must be escaped
103
a&|b a&|b [Null regex] alternation and conjunction (&|) - parse error
104
105
-a|&b a|&b [Null regex] alternation and conjunction (|&) - parse error
+a|&b a|&b y alternation and conjunction (|&) - leading & inside | is okay
106
|d|b abc y leading alternation ignored
107
108
|d |b abc y leading alternation ignored
0 commit comments