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
PolicyNumber
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
comment separator
PCRE (PHP <7.3)
works fine for // and -- but has issue with multi line comment(/**/)
Submitted by
anonymous
-
9 years ago
1
iso 8601
ECMAScript (JavaScript)
no description available
Submitted by
phyng
-
9 years ago
0
Unix file name from full path
PCRE (PHP <7.3)
Replace the forward slashes with back slashes for Windows
Submitted by
anonymous
-
9 years ago
1
ICD-10-CM
ECMAScript (JavaScript)
ICD-10-CM Diagnosis Codes
Submitted by
anonymous
-
9 years ago
1
ICD-10-PCS
ECMAScript (JavaScript)
ICD-10-PCS Procedure code
Submitted by
anonymous
-
9 years ago
1
namedQueryPattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
#tagging original form regex
PCRE (PHP <7.3)
#tagging original form regex
Submitted by
rameez rami
-
9 years ago
0
#tagging tag form regex
PCRE (PHP <7.3)
hash tagging actual title or description format regex
Submitted by
rameespu@gmail.com
-
9 years ago
5
Codice fiscale italiano
PCRE (PHP <7.3)
Oltre a supportare le omocodie controlla in modo restrittivo il carattere relativo al mese di nascita
Submitted by
Aldo Medri
-
9 years ago
1
Extract AWS accountId from user arn
ECMAScript (JavaScript)
Extract AWS accountId from user arn given by get-user action
Submitted by
AlexanderC
-
9 years ago
0
Get 'value' attribute in 'a' html tag
ECMAScript (JavaScript)
Regex used to avoid text-angular/angular $sanitize temporarily
Submitted by
Derek Severson
-
9 years ago
1
Primeros N Caracteres
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Email ID-Full Validation
ECMAScript (JavaScript)
This Regx has full validation of a standard email ID
Submitted by
Eric Abraham
-
9 years ago
1
Email ID
ECMAScript (JavaScript)
Full Validation of Email ID
Submitted by
Eric Abraham
-
9 years ago
1
Belgian phone number
ECMAScript (JavaScript)
Validate belgian common phone numbers (simple landline and mobile only, no special/free/premium numbers)
Submitted by
Marty
-
9 years ago
1
lookahead (and)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
translates regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-1
Street, City, State|State Code, Zip
PCRE (PHP <7.3)
Matches the following format of US address: Street, City, State|State Code, Zip Example: 765757 North Nevada Avenue, Colorado Springs, CO, 80918
Submitted by
Chandan Kumar Sinha
-
9 years ago
0
Find method declarations without parameter types
PCRE (PHP <7.3)
no description available
Submitted by
Iulian Onofrei
-
9 years ago
1
...
794
795
796
797
798
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
GET
\
(
\/
(
[^
\s
?#
]
+
)?
(
[
?
]
[^
?#
]
*
)?
(
#
.
*
)?
)?
/
sm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago