This library will help you to detect if the text is in right-to-left language or not
const isRtlText = require('is-rtl-text')isRtlText('Text String')
// falseisRtlText('test Urduہیلو')
// trueThis software is licensed under the MIT.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library will help you to detect if the text is in right-to-left language or not
const isRtlText = require('is-rtl-text')isRtlText('Text String')
// falseisRtlText('test Urduہیلو')
// trueThis software is licensed under the MIT.