parsegraph-isrtl
v1.4.15
Published
isrtl
Downloads
9
Readme
parsegraph-isrtl
This module provides two functions for determining the directionality of characters.
isRTL(str:string):boolean
Tests a string if its characters are entirely right-to-left characters.
isBrowserRTL():boolean
Tests if the browser's current locale is RTL.