Deprecated. Use Unicode.String.Dfa.Word instead.
This module implemented the annex by hand. Segmentation is now driven by the state machine tables published in PRI #555, and this module delegates to the engine generated from them. Its behaviour is unchanged; only the module name has moved.
Neither module is the supported interface. Unicode.String is the API to
prefer, and it is unaffected by this change.
Summary
Functions
break?(string_before, string_after)
deprecated
Returns true when a boundary falls between the two strings.
next(string)
deprecated
Returns {segment, rest}, or nil when string is empty.
split(string)
deprecated
Splits string into segments.
Functions
This function is deprecated. Use Unicode.String.Dfa.Word.break?/2 instead.
Returns true when a boundary falls between the two strings.
This function is deprecated. Use Unicode.String.Dfa.Word.next/1 instead.
Returns {segment, rest}, or nil when string is empty.
This function is deprecated. Use Unicode.String.Dfa.Word.split/1 instead.
Splits string into segments.