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
myregex
PCRE (PHP <7.3)
no description available
Submitted by
shakti
-
11 years ago
1
Check fr date format
PCRE (PHP <7.3)
no description available
Submitted by
Kerosene
-
11 years ago
0
salanki
PCRE (PHP <7.3)
no description available
Submitted by
salanki
-
11 years ago
1
Regex: Parse LinkHeader ('Link' header)
PCRE (PHP <7.3)
A regular expression to parse a HTML 'Link' header.
Submitted by
James Furey
-
11 years ago
-2
Why doesn't it stop at the period?
PCRE (PHP <7.3)
try to match just the name from this: Copyright © 2005 Candy Arrington. Used by permission. All rights reserved.
Submitted by
anonymous
-
11 years ago
-2
Regular expression for both IPv6 and IPv4 URL
PCRE (PHP <7.3)
no description available
Submitted by
Henry Li
-
11 years ago
-2
IP 3 words and a number
PCRE (PHP <7.3)
Matches an Ip and any 3 words and a number after separated by any number of spacing characters.
Submitted by
Attalward
-
11 years ago
-2
Unicode email sanitising
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
11 years ago
0
\$\s?(\d+[\.\s,\dk]+)|(\d+[\.\s,\dk]+)\$
PCRE (PHP <7.3)
Matches a text that has all those prices below. Doesn't take the $ sign. "Im asking $15,500 OBO Im asking 15,400$ Im asking 15400$ Im asking $15400 Im asking 15 400$...
Submitted by
chocksy
-
10 years ago
1
Path to devices
Python
no description available
Submitted by
Airam
-
10 years ago
1
Repeated phrases in one
PCRE (PHP <7.3)
no description available
Submitted by
paconaranjo
-
10 years ago
0
Words that start with...
Python
no description available
Submitted by
anonymous
-
10 years ago
0
almost any similar word
Python
no description available
Submitted by
anonymous
-
10 years ago
0
Leaflet tag ID matcher
PCRE (PHP <7.3)
Regex (to be) used to identify ID of the tag that loaded Leaflet (or Mapbox).
Submitted by
cebence
-
10 years ago
1
example
Python
group matching
Submitted by
anonymous
-
10 years ago
0
how I retrieve the domain without www or other cruft
Python
no description available
Submitted by
bronsen
-
10 years ago
1
Try ths
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Sentence grabber 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
City and state validation
PCRE (PHP <7.3)
Validation when city and state are like in format city, state
Submitted by
Adu
-
10 years ago
0
x
PCRE (PHP <7.3)
x
Submitted by
x
-
10 years ago
1
...
77
78
79
80
81
...
900
Community Library Entry
0
Regular Expression
Golang
`
useFsFlag
[
(
]
(?:
\s
*
(
"
.
*
"
)
,
\s
*
(
"
.
*
\s
*
[^
"
]
*
"
|
[^
)
]
*
)
)
\s
*
[
)
]
`
gm
Open regex in editor
Description
React SDK V3
Submitted by
anonymous
-
2 years ago