Regular Expressions 101

Community Patterns

Arabic diacritics matching تحديد التشكيل العربي

0

Regular Expression
ECMAScript (JavaScript)

/
([\u064B-\u0652])
/
g

Description

It will match all Arabic diacritics in Arabic text, its useful to remove diacritics and to replace it with some css.

Submitted by Emad Ghaly - 8 years ago