File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -909,14 +909,13 @@ C<$pattern> is applied to the remaining characters of C<$string>.
909
909
910
910
Defined as:
911
911
912
- multi sub uniprop(Str(Cool), |c)
912
+ multi sub uniprop(Str:D, |c)
913
+ multi sub uniprop(Int:D $code)
913
914
multi sub uniprop(Int:D $code, Stringy:D $propname)
914
- multi sub uniprop(Str, $code, Stringy:D $propname)
915
915
multi method uniprop(|c)
916
916
917
- Interprets the invocant as a L < Str|/type/Str > , and returns the
918
- L < unicode property|http://userguide.icu-project.org/strings/properties > of the first
919
- character. If no property is specified returns the
917
+ Returns the L < unicode property|http://userguide.icu-project.org/strings/properties >
918
+ of the first character. If no property is specified returns the
920
919
L < General Category|https://en.wikipedia.org/wiki/Unicode_character_property#General_Category > .
921
920
Returns a Bool for Boolean properties.
922
921
You can’t perform that action at this time.
0 commit comments