Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 6,100 community submitted regex patterns...
0
UK postcode
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sample
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
point 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Insert CDATA on SVG text fields
ECMAScript (JavaScript)
For each that it founds, it inserts a <![CDATA[ ... ]]>
Submitted by
anonymous
-
5 years ago
0
Telephone number : strict international section, flexible local section for wider international and allows spaces for visual formatting
ECMAScript (JavaScript)
Telephone number strict international section :- starting with '+' or '00' flexible local section for wider international and allows spaces for visual formatting Close enough for many requirements. Tweak to match your country/circumstances better. ...
Submitted by
PS
-
5 years ago
0
Bash command help flags extract
ECMAScript (JavaScript)
Extracts the flag option information from a bash 'COMMAND --help'.
Submitted by
anonymous
-
5 years ago
0
B&C integer plus eighths
ECMAScript (JavaScript)
This regular expression will match the following: 0 1-39 Integers Mixed numbers of the form x y/8 or x-y/8 where x is an integer between 1 & 9 and y is an integer between 0 & 7 xx y/8 or xx-y/8 where xx is an integer between 1 & 39 and y is an integer between 0 & 7...
Submitted by
anonymous
-
5 years ago
0
从计算表达式中分别提取含x和y的部分
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
IETF Locale Tag
ECMAScript (JavaScript)
For more background, refer to: http://codel10n.com/what-is-correct-locale-tag-en_us-vs-en-us/
Submitted by
anonymous
-
5 years ago
0
numbers between 100 & 99999 with optional decimal numbers, upto 2 decimal places
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
French avenue check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
English Avenue pattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Names and Shortnames
ECMAScript (JavaScript)
validating names and short names
Submitted by
anonymous
-
5 years ago
0
^ Operador
ECMAScript (JavaScript)
El operador ^ cuando este operador se usa dentro de unos corchetes significa que se niega la expresión que se solicita si se usa sin los corchetes significa que asi debe de empezar una expresión dada
Submitted by
Jesus
-
5 years ago
0
Format Korean Mobile Number
ECMAScript (JavaScript)
대한민국 휴대폰 번호에서 국가번호(82), 지역번호(01X), 앞번호3-4자리, 뒷번호 4자리를 countyCode, areaCode, firstFourDigits, lastFourDigits로 Mapping
Submitted by
anonymous
-
5 years ago
0
Select Vue.Component definition until close
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Alonso Honda PDO
ECMAScript (JavaScript)
Alonso PDO Honda
Submitted by
anonymous
-
5 years ago
0
Alonso CET Honda
ECMAScript (JavaScript)
Alonso CET honda updated CNPJ
Submitted by
anonymous
-
4 years ago
0
vin
ECMAScript (JavaScript)
Vehicle Identification Number (VIN). The check digit (9th digit) is not checked for accuracy.
Submitted by
anonymous
-
5 years ago
0
Выбрать все варианты начинающиеся с '(или' со всей латиницей далее до кириллицы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
305
验证邮箱
0
Regular Expression
ECMAScript (JavaScript)
/
^
[
\w
-
.
]
+
@
(?:
[
\w
-
]
+
\.
)+
[
a
-
z
]
{2,6}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago