File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -861,6 +861,7 @@ C<$pattern> is applied to the remaining characters of C<$string>.
861
861
= head2 method uniprop
862
862
863
863
Defined as:
864
+
864
865
sub uniprop(Str(Cool), |c)
865
866
sub uniprop(Int:D $code, Stringy:D $propname)
866
867
sub uniprop(Str, $propname, Stringy:D $propname)
@@ -880,6 +881,7 @@ Returns a Bool for Boolean properties.
880
881
= head2 method uniprops
881
882
882
883
Defined as:
884
+
883
885
sub uniprops(Str:D $str, Stringy:D $propname = "General_Category")
884
886
885
887
Interprets the invocant as a L < Str|/type/Str > , and returns the
@@ -931,6 +933,7 @@ codepoints in that character.
931
933
= head2 method unimatch
932
934
933
935
Defined as:
936
+
934
937
sub unimatch(Str:D $str, |c)
935
938
unimatch(Int:D $code, Stringy:D $pvalname, Stringy:D $propname = $pvalname)
936
939
You can’t perform that action at this time.
0 commit comments