Detalhes do pacote

is-rtl-text

codeeshop-oc154MIT0.0.2

Library will help you to detect if the text is in right-to-left language

rtl-detect, rtl, ltr, language

readme (leia-me)

is-rtl-text

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

npm license PRs welcome

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.