Regular Expressions 101

Community Patterns

RegExp that accepts English, Arabic and numbers

1

Regular Expression
ECMAScript (JavaScript)

/
^[a-zA-Z\u0600-\u06FF,-\s\d][\s\d\a-zA-Z\u0600-\u06FF,-]*$
/
i

Description

no description available

Submitted by Momen Zakaria - 7 years ago