rtl-unicode-normalizer
v1.0.2
Published
A configurable package for normalizing contextual forms of RTL characters. Also normalizing texts with both RTL and LTR characters.
Maintainers
Readme
rtl-unicode-normalizer
A configurable package for normalizing contextual forms of RTL characters. Also normalizing texts with both RTL and LTR characters.
Description
Installation
npm install rtl-unicode-normalizerUsage
import {RTLUnicodeNormalizer} from "rtl-unicode-normalizer";
let yourNormalizer = new RTLUnicodeNormalizer(yourString);
yourNormalizer.toString(); // <== normalized stringAPI
toString()toHexArray()toNumberArray()
