Regular Expressions 101

Community Patterns

Arabic and English

1

Regular Expression
ECMAScript (JavaScript)

/
[^~`"=!@#$%\^&\*\(\)\-+=\\\|\}\]\{\['&quot;:?.>,</]+$
/
m

Description

Matches Arabic and English and all other languages that does not use the special characters.

Submitted by Kishore - 8 years ago