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
Clockify time entry
ECMAScript (JavaScript)
Clockify time extry grouping in hours, minutes, and seconds.
Submitted by
anonymous
-
4 years ago
0
Map regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
request
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Asciidoctor Shortcutes Key-Value Pairs
Python
no description available
Submitted by
anonymous
-
4 years ago
0
tst
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VAT number
Python
no description available
Submitted by
anonymous
-
4 years ago
0
psr.AddPackResult
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SSN - France
PCRE (PHP <7.3)
^ Debut [12] Homme ou Femme [0-9]{2} Année de naissance (0[1-9]|1) Mois de naissance ([0-9]{2}|2A|2B) Département de naissance ou 99 si né à l'étranger...
Submitted by
anonymous
-
4 years ago
0
Notrufnummern Deutschland
PCRE (PHP <7.3)
alle gültigen Notrufnummern inkl. 116xyz und 118xy werden abgedeckt 11922 ist nicht abgedeckt
Submitted by
anonymous
-
4 years ago
0
Our order number
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Phishing Emails
PCRE (PHP <7.3)
This is a regex for ithelpdesk variants phishing emails
Submitted by
anonymous
-
4 years ago
0
Parsing Kudos slack command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
isMeraki
PCRE (PHP <7.3)
Determine if log entry matches meraki format
Submitted by
anonymous
-
4 years ago
0
"Buster" keyword recognizer for 'elderly' flow
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UniStringToConstCString féle makrók
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Exclude free emails
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match Domain & SubDomians
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Matches last digits in a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match string and number of digits exactly
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Matching an unknown set of numbers (1 - 1000) separated by space
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
297
298
299
300
301
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
0
-
9
]
+
$
/
gm
Open regex in editor
Description
^[0-9]+$
Submitted by
anonymous
-
a year ago
(Last modified a year ago)