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 ccb5490 commit 9ab92d5Copy full SHA for 9ab92d5
t/qregex/rx_modifiers
@@ -1,5 +1,9 @@
1
## modifiers
2
:i st st y ignorecase with ligature st (:i)
3
+:i st ST y ignorecase with ligature st (:i)
4
+:i st St y ignorecase with ligature st (:i)
5
+:i st sT y ignorecase with ligature st (:i)
6
+:i st st y reversed haystack and needle ignorecase with ligature st (:i)
7
:i bcd abcdef y ignorecase (:i)
8
:i bcd aBcdef y ignorecase (:i)
9
:i bcd abCdef y ignorecase (:i)
0 commit comments