Regular Expressions 101

Community Patterns

Arabic AlphaNumeric

-1

Regular Expression
ECMAScript (JavaScript)

/
^[\u0621-\u064A\u0660-\u0669\d\s]+$
/
m

Description

Arabic AlphaNumeric text

Submitted by Ahmed - 8 years ago