File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,34 @@ Remove the whitespace characters from the end of a string. See also L<trim>.
762
762
763
763
Remove the whitespace characters from the beginning of a string. See also L < trim > .
764
764
765
+ = head2 method NFC
766
+
767
+ method NFC(Str:D:) returns NFC:D
768
+
769
+ Returns a codepoint string in L < NFC|/type/NFC > format (Unicode Normalization
770
+ Form C / Composed).
771
+
772
+ = head2 method NFD
773
+
774
+ method NFD(Str:D:) returns NFD:D
775
+
776
+ Returns a codepoint string in L < NFC|/type/NFD > format (Unicode Normalization
777
+ Form D / Decomposed).
778
+
779
+ = head2 method NFKC
780
+
781
+ method NFKC(Str:D:) returns NFKC:D
782
+
783
+ Returns a codepoint string in L < NFKC|/type/NFKC > format (Unicode Normalization
784
+ Form KC / Compatibility Composed).
785
+
786
+ = head2 method NFKD
787
+
788
+ method NFKD(Str:D:) returns NFKD:D
789
+
790
+ Returns a codepoint string in L < NFC|/type/NFKD > format (Unicode Normalization
791
+ Form KD / Compatibility Decomposed).
792
+
765
793
= head2 method ACCEPTS
766
794
767
795
multi method ACCEPTS(Str:D: $other)
You can’t perform that action at this time.
0 commit comments