This documentation is for version 2.0.dev, which is not released yet.
Given a string as input, return a space-delimited string of Unicode graphemes using the “X” regular expression.
Parameters : | string : str
|
---|---|
Returns : | result : str
|
Notes
Input is first normalized according to Normalization Ford D(ecomposition).