OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
/
src
/
core
/
main
/
ts
/
text
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 05:44:43 AM
rwxr-xr-x
📄
Bidi.ts
403 bytes
02/20/2020 05:44:29 AM
rw-r--r--
📄
CharType.ts
542 bytes
02/20/2020 05:44:29 AM
rw-r--r--
📄
ExtendingChar.ts
3.1 KB
02/20/2020 05:44:30 AM
rw-r--r--
📄
Zwsp.ts
768 bytes
02/20/2020 05:44:30 AM
rw-r--r--
Editing: Bidi.ts
Close
/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ */ const strongRtl = /[\u0591-\u07FF\uFB1D-\uFDFF\uFE70-\uFEFC]/; const hasStrongRtl = (text: string) => strongRtl.test(text); export { hasStrongRtl };