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
Most upvotes
Most downvotes
Highest Score
Lowest Score
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 18,000 community submitted regex patterns...
1
Código Postal
PCRE (PHP <7.3)
Código Postal Español en PHP
Submitted by
Krato
-
8 years ago
1
Swedish PIN
PCRE (PHP <7.3)
A simple regex for matching the format of swedish personal identifier numbers. They can be in the format of: yymmdd-nnnn yymmdd+nnnn yyyymmdd-nnnn...
Submitted by
anonymous
-
8 years ago
1
.NET Json DateTime
PCRE (PHP <7.3)
.NET Json serializer DateTime pattern.
Submitted by
Joma Espinoza Bone
-
8 years ago
1
CSS Selector
PCRE (PHP <7.3)
no description available
Submitted by
Hans Otto Wirtz
-
8 years ago
1
perfect match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match exact only in group
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
nginx jenkins routing fix
PCRE (PHP <7.3)
jenkins url rewrites form paths ending without a '/' character removed the port part of the url - this fixed that. also paths with an uppercase letter are required to NOT have '/' at the end so those cases are ignored
Submitted by
talmobi
-
8 years ago
1
Ad Size List
PCRE (PHP <7.3)
separated by commas and/or spaces
Submitted by
anonymous
-
8 years ago
1
burberry 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
nginx_stuff_adamols
PCRE (PHP <7.3)
no description available
Submitted by
talmobi
-
8 years ago
1
Only Multilingual and spaces
PCRE (PHP <7.3)
no description available
Submitted by
Krato
-
8 years ago
1
DNI - NIE
PCRE (PHP <7.3)
Detecta si el formato introducido es un DNI o NIE correcto. No comprueba si la letra es correcta, solo si el formato es correcto.
Submitted by
Krato
-
8 years ago
1
comma separated emails #1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Paswword with min a upper case, a lower case, a digit without accent
ECMAScript (JavaScript)
Paswword with min a upper case, a lower case, a digit without accent and special case (.@-_)
Submitted by
JY
-
8 years ago
1
Single percent symbols, that NOT corresponds to C++ printf format
PCRE (PHP <7.3)
no description available
Submitted by
Zak
-
8 years ago
1
catch TXT record DNS
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Parse C++ printf format string
PCRE (PHP <7.3)
Get standard parts of C++ format modifiers
Submitted by
Zak
-
8 years ago
0
Numbers Only
ECMAScript (JavaScript)
valid only for alpha numeric values ,Its invertion of number check operation return false if number return true if alpha numeric
Submitted by
deadpool
-
8 years ago
-1
Hurger
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SubRE
Python
no description available
Submitted by
anonymous
-
8 years ago
1
...
668
669
670
671
672
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9
]
*
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago