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 cd791bd commit 70324c6Copy full SHA for 70324c6
pod/perlunicode.pod
@@ -1162,7 +1162,8 @@ You can define your own binary character properties by defining subroutines
1162
whose names begin with C<"In"> or C<"Is">. (The regex sets feature
1163
L<perlre/(?[ ])> provides an alternative which allows more complex
1164
definitions.) The subroutines can be defined in any
1165
-package. They override any Unicode properties expressed as the same
+package. Like all official Unicode properties, their names must be
1166
+ASCII only, and override any Unicode properties using the same
1167
names. The user-defined properties can be used in the regular
1168
expression
1169
C<\p{}> and C<\P{}> constructs; if you are using a user-defined property from a
0 commit comments