Unicode.Transform behaviour (Unicode Transform v0.1.0) View Source
Implements the Unicode transform rules.
The rules are implemented by the macros
filter/1
, transform/1
and replace/3
.
Typically transform modules are generated
from the CLDR transform specifications using
Unicode.Transform.Generator.generate/1
.
These macros are then transformed to elixir code by the functions in this module.
Link to this section Summary
Link to this section Functions
Link to this section Callbacks
Specs
Transform a string.
Specs
Transform a string with a filter module provided