export default function isRtlText(inputText: string) { return /[\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC]/.test(inputText); }