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
last / lastest / recent
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 1 Searching with word boundaries
PCRE (PHP <7.3)
https://www.regular-expressions.info/numericranges.html
Submitted by
anonymous
-
6 years ago
0
mc coord extract
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Participant Slug
ECMAScript (JavaScript)
'a-z' - lowercase 'A-Z' - uppercase '-' - hyphens 0-9 - numeric {5, 32} between 5 and 32 characters
Submitted by
anonymous
-
6 years ago
0
Lab3 RegEx
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 7
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 8
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 9 My solution
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 9
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex for comments.
PCRE (PHP <7.3)
"Comments" surrounded by /* and / without an inner */ unless it is surrounded by "". ex. /a"/"b/ is in the language.
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 10 My solution
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 10
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 11 My solution
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matching Numeric Ranges with a Regular Expression 11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
537
538
539
540
541
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
\d
{1,9}
(
eur
.
*
)?
honoraires
?
exclus
/
gm
Open regex in editor
Description
guif
Submitted by
guif
-
3 years ago