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 12,640 community submitted regex patterns...
0
State ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Credit Card #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Louisiana - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Dept. of Defense ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bank Account
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Digital Identity - screen name, handle, login, nickname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Gender (all derivations)Gender (all derivations)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Age (in combination)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Florida - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Hawaii - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Illinois - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Estonia - - National ID Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Spain - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Sweden - - SSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Cyprus - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Czech Republic - - TIN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iOS Chinese String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
identify values lower than 100000
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1200-2299 year validation
PCRE (PHP <7.3)
This regex validates the year 1200-2299.
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
632
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
simple
)
(?!
[^
<>
]
*
>
)
/
gi
Open regex in editor
Description
expression to look for words in innerText & not in html tags as id or class or style name
Submitted by
umarfarukh
-
11 years ago