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 fad8b7c commit 60f07edCopy full SHA for 60f07ed
docs/ops.markdown
@@ -81,6 +81,7 @@
81
* [chars](#chars)
82
* [chr](#chr)
83
* [codepointfromname](#codepointfromname)
84
+ * [codes](#codes)
85
* [getstrfromname](#getstrfromname)
86
* [concat](#concat)
87
* [decode](#decode)
@@ -913,6 +914,11 @@ throw an exception on invalid codepoints.
913
914
Returns the codepoint for the given unicode character name, or -1 if no
915
match was found.
916
917
+## codes
918
+* `chars(str $str --> int)`
919
+
920
+Return the number of codepoints in the string.
921
922
## getstrfromname
923
* `getstrfromname(str $name --> str)`
924
0 commit comments