/is-rtl-text

This library will help you to detect if the text is in right-to-left language or not

Primary LanguageJavaScriptMIT LicenseMIT

is-rtl-text

This library will help you to detect if the text is in right-to-left language or not

Latest Stable Version Total Downloads license PRs welcome Downloads Monthly

Usage

require is-rtl-text lib

const isRtlText = require('is-rtl-text')
isRtlText('Text String')
// false
isRtlText('test Urduہیلو')
// true

🔖 License

This software is licensed under the MIT.