Regular Expressions 101

Community Patterns

1

Find join

Python
no description available
Submitted by anonymous - 8 years ago
3

Non vowel words

ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by regexe - 8 years ago

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

0

Regular Expression
ECMAScript (JavaScript)

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

Description

Loading markdown...
Submitted by Emad Ghaly - 8 years ago