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
atleast 1 character and 1 number
ECMAScript (JavaScript)
This regex checks if atleat a character and a number is there regardless of any special characters in the list
Submitted by
Akshay Shah
-
9 years ago
1
Suraj_WithoutDotAll
PCRE (PHP <7.3)
In JMeter a response had a new line character in between. Used following regular expression as "barcode\?message=(.+)(\n)(.+)" and got the the result
Submitted by
Suraj Shankla
-
9 years ago
1
Simple Shamsy Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
product_groups
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
4 digits
ECMAScript (JavaScript)
Find a 4 digit number
Submitted by
Marie Imperial
-
9 years ago
1
asset replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
WMO Group File Detector
ECMAScript (JavaScript)
Determines whether a filename is a WMO group file or not.
Submitted by
Jarl Gullberg
-
9 years ago
1
test match gdrive link
ECMAScript (JavaScript)
test match gdrive link
Submitted by
meksone
-
9 years ago
1
Match wikitext link prefix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match first title in wikitext link
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
URIs
ECMAScript (JavaScript)
catch URIs
Submitted by
anonymous
-
9 years ago
1
Inter disassembly instruction parser
PCRE (PHP <7.3)
Intel-mnemonics bfd-disassembly instruction parser
Submitted by
anonymous
-
9 years ago
1
Email.Regular.Yasin1364
ECMAScript (JavaScript)
Email Regular Expression from YASIN1364 Simple and easy for Use.
Submitted by
YASIN1364
-
9 years ago
1
IPv4
PCRE (PHP <7.3)
I didn't find any good (any easy) ones. So here you go ^^
Submitted by
timmyRS
-
9 years ago
1
Lead Lag Constraint
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Speed index
PCRE (PHP <7.3)
For tires
Submitted by
Zavs
-
9 years ago
1
Keep mutliple consective attributes
ECMAScript (JavaScript)
This regex keeps multiple attributes of given HTML tag. Given that required attributes are consective (in any order) and following the tag name.
Submitted by
Ahmad Ahsan
-
9 years ago
1
regex to find domain without instances being part of subdomain.domain
PCRE (PHP <7.3)
no description available
Submitted by
tripleee
-
9 years ago
1
Regex Phone fr
PCRE (PHP <7.3)
avec - et . accept
Submitted by
jenaye
-
9 years ago
1
AddTable
PCRE (PHP <7.3)
Add T001 table
Submitted by
Hugo A.
-
9 years ago
1
...
164
165
166
167
168
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
dnsmasq-dhcp
\[
6292
\]\:
)
(
.
*
)
(?=
\(
)
/
gm
Open regex in editor
Description
Pulls the DHCP Command from SPLUNK output
Submitted by
anonymous
-
3 years ago