String Module
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
|
Returns the visual column width of a string, counting Unicode grapheme clusters. Unlike String.length, this correctly handles combining characters (e.g. diacritics) which attach to a preceding character and do not advance the visual column. Uses a fast path for pure-ASCII strings (no allocation).
|
fantomas