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 b73921b commit 523f616Copy full SHA for 523f616
doc/Language/regexes.pod6
@@ -284,7 +284,7 @@ L<perlunicode|http://perldoc.perl.org/perlunicode.html> documentation:
284
285
For example, C«<:Lu>» matches a single, upper-case letter.
286
287
-It's negation is this: C«<:!property>». So, C«<:!Lu>» matches a single
+Its negation is this: C«<:!property>». So, C«<:!Lu>» matches a single
288
character that isn't an upper-case letter.
289
290
Categories can be used together, with an infix operator:
0 commit comments