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,040 community submitted regex patterns...
1
Group of Consonants 3 or more
ECMAScript (JavaScript)
Look for a group of consonants with 3 or more in succession.
Submitted by
Jeff Tomlinson, Prime Data
-
9 years ago
1
all
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Resolve-AutomationModel-Params
PCRE (PHP <7.3)
Used to extract parameter data from an actiontasks properties which would be located in the automation model. Requires the string to be URL UnEscaped.
Submitted by
jesse.puente
-
9 years ago
1
placeholders
PCRE (PHP <7.3)
no description available
Submitted by
kelvi
-
9 years ago
1
Password validation
PCRE (PHP <7.3)
Check if the string has a minimum of 6 characters, at least 1 upper case char, at least 1 lower case char and at least 1 number with no spaces.
Submitted by
Webchef.de
-
9 years ago
-3
Clean empty tags from HTML tags incl. tags containing space(s)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
html-link-2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
html-link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Messages.properties language file validator
ECMAScript (JavaScript)
no description available
Submitted by
spec4u.net
-
9 years ago
2
mask the credit card number
PCRE (PHP <7.3)
no description available
Submitted by
vj
-
9 years ago
3
SemVer chain parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Return all trans in twigs
PCRE (PHP <7.3)
Made to return all trans from symfony twigs
Submitted by
Andrei Pit
-
9 years ago
1
Us Currency Format with Length Limitation
PCRE (PHP <7.3)
Us Currency Format with Length Limitation optional(,)(.decimals)
Submitted by
Renu Anil
-
9 years ago
1
dd/mm/yyyy validation regexp
Python
no description available
Submitted by
uknnown
-
9 years ago
0
URL name and domain
PCRE (PHP <7.3)
Extracts the name and domain of any link, for instance https://www.google.com/?gfe_rd=cr&#q=generic+search --> google.com
Submitted by
Sergio
-
9 years ago
1
ADEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Nisima
PCRE (PHP <7.3)
v4 => All v5 => Vrac
Submitted by
anonymous
-
9 years ago
0
All Url links
PCRE (PHP <7.3)
Finds: links with or without http/s links with or without www short links
Submitted by
PonyOny
-
9 years ago
0
exclude char
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
English-Hungarian (non-/)obfuscated email adresses
PCRE (PHP <7.3)
Finds email addresses even when cleverly obfuscated in both english and hungarian
Submitted by
WolfyD
-
9 years ago
1
...
803
804
805
806
807
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
<div
id="testId"
class="testClass">
(
.
*
?
)
<
\/
div>
/
gms
Open regex in editor
Description
Pleas help me select all content in div tag
Submitted by
anonymous
-
3 years ago