codeeshop-oc / is-rtl-text

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

Home Page:https://www.npmjs.com/package/is-rtl-text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.npmjs.com/package/is-rtl-text

License:MIT License


Languages

Language:JavaScript 100.0%