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 9a4cf4c commit d6dd2e3Copy full SHA for d6dd2e3
lib/elixir/lib/string.ex
@@ -55,6 +55,9 @@ defmodule String do
55
The current Elixir version implements Extended Grapheme Cluster
56
algorithm.
57
58
+ For converting a binary to a different encoding and for Unicode
59
+ normalization mechanisms, see Erlang's `:unicode` module.
60
+
61
## String and binary operations
62
63
To act according to the Unicode Standard, many functions
0 commit comments