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...
0
Date match on multiple formats
PCRE2 (PHP >=7.3)
Date match on multiple formats
Submitted by
anonymous
-
3 years ago
0
Русские фамилии
Java 8
Почти все известные фамилии
Submitted by
Arthur
-
3 years ago
0
Email
Java 8
Test e-amil
Submitted by
uk
-
3 years ago
0
ISO 8601 date time validation
PCRE2 (PHP >=7.3)
Ref: https://rgxdb.com/r/526K7G5W
Submitted by
anonymous
-
3 years ago
0
Actually Good US Phone Regex
Python
Pulls US phone numbers from anywhere in a string of text regardless of separator or beginning parenthesis
Submitted by
anonymous
-
3 years ago
0
javascript regex question
ECMAScript (JavaScript)
问题
Submitted by
anonymous
-
3 years ago
0
Numeric
PCRE (PHP <7.3)
Regex to get any numeric string
Submitted by
anonymous
-
3 years ago
0
Match 1 or more Jira issueKey in Wiki Markup
Java 8
Jira Wiki Markup content can have multiple issueKeys and repeat the same key up to three times. There are also random forward slash characters in the content and text that may look like a valid key, but is not.
Submitted by
Hank
-
3 years ago
(Last modified 3 years ago)
0
0x36210C88C438001A616687456978Aa4d3AdCba35
PCRE2 (PHP >=7.3)
/^(?:[\+-]?\d{4}(?!\d{2}\b))(?:(-?)(?:(?:0[1-9]|1[0-2])(?:\1(?:[12]\d|0[1-9]|3[01]))?|W(?:[0-4]\d|5[0-2])(?:-?[1-7])?|(?:00[1-9]|0[1-9]\d|[12]\d{2}|3(?:[0-5]\d|6[1-6])))(?:T\s\d|2[0-3])(?:(:?)[0-5]\d)?|24\:?00)(?:[\.,]\d+(?!:))?)?(?:\2[0-5]\d(?:[\.,]\d+)?)?(?:[zZ]|(?:[\+-])(?:[01]\d|2[0-3]):?(?:[0-5...
Submitted by
Nate☬158⚈̥̥̥̥̥̀ᴗ✯0x36210C88C438001A616687456978Aa4d3AdCba35
-
3 years ago
0
0x36210C88C438001A616687456978Aa4d3AdCba35
PCRE2 (PHP >=7.3)
- /^(?:[\+-]?\d{4}(?!\d{2}\b))(?:(-?)(?:(?:0[1-9]|1[0-2])(?:\1(?:[12]\d|0[1-9]|3[01]))?|W(?:[0-4]\d|5[0-2])(?:-?[1-7])?|(?:00[1-9]|0[1-9]\d|[12]\d{2}|3(?:[0-5]\d|6[1-6])))(?:T\s\d|2[0-3])(?:(:?)[0-5]\d)?|24\:?00)(?:[\.,]\d+(?!:))?)?(?:\2[0-5]\d(?:[\.,]\d+)?)?(?:[zZ]|(?:[\+-])(?:[01]\d|2[0-3]):?(?:[0...
Submitted by
Nate☬158⚈̥̥̥̥̥̀ᴗ✯0x36210C88C438001A616687456978Aa4d3AdCba35
-
3 years ago
0
use in query db( in () )
Golang
int&space to 'int',
Submitted by
anonymous
-
3 years ago
0
Hex Checker
ECMAScript (JavaScript)
Checks if a string contains a hex code
Submitted by
anonymous
-
3 years ago
0
RegEx CarX car_name
ECMAScript (JavaScript)
This one is specifically for car_name column
Submitted by
anonymous
-
3 years ago
0
Twitch Clickable URL Regex
PCRE2 (PHP >=7.3)
I think this is the regex that Twitch uses to determine what is a clickable link on chat.
Submitted by
emongev
-
3 years ago
0
Mimecast - Spam Scan Regex
PCRE2 (PHP >=7.3)
This was put together so that O365 can match headers and move to Microsoft Junk-mail folder instead of using Mimecast User Hold Queue.
Submitted by
anonymous
-
3 years ago
0
Get first value in xml tag
PCRE2 (PHP >=7.3)
/^(label=\")(.+)(" length.*)(\/>)/gm
Submitted by
Stephen
-
3 years ago
0
Blacklist regrex
Java 8
INC
Submitted by
anonymous
-
3 years ago
0
ParseQR
Python
Testinjg
Submitted by
DBW
-
3 years ago
(Last modified 3 years ago)
0
get .tbpa coins
PCRE2 (PHP >=7.3)
hmm
Submitted by
SrB
-
3 years ago
0
Tên Tiếng Việt
PCRE2 (PHP >=7.3)
Tên Tiếng Việt
Submitted by
anonymous
-
3 years ago
(Last modified a year ago)
1
...
457
458
459
460
461
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?P<l>
\d
+
(
\,
\d
+
)?
)
\s
*
x
\s
*
(?P<w>
\d
+
(
\,
\d
+
)?
)
\s
*
x
\s
*
(?P<h>
\d
+
(
\,
\d
+
)?
)
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago