zwilias/elm-utf-tools - version: 2.0.1

for more information visit the package's GitHub page

Package contains the following modules:

Elm UTF tools

Build Status

Tools for working with strings and UTF-8, UTF-16 and UTF-32 codepoints. Some algorithms need to consider a string as a series of codepoints with a certain encoding. Elm itself allows operating on a string as if it were a series of unicode codepoints, except for some operations (like String.length).