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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 4,960 community submitted regex patterns...
1
dnd roll regex v0.0.1
Python
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
9 years ago
1
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
9 years ago
1
Search for missing space around operator (=, +, -)
Python
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
9 years ago
1
Find join
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Remove console.log() from javascript
Python
no description available
Submitted by
xXDGFXx
-
9 years ago
1
Two digit search.
Python
Trying to understand the two digit lookup.
Submitted by
mburke05
-
9 years ago
1
ISIS Checking
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Username Validation
Python
username is 4-32 characters long no _,- or . at the beginning no _ or _. or . or .. or .- or _- inside no _,- or . at the end ^(?=.{4,32}$)(?![.-])(?!.*[.]{2})[a-zA-Z0-9.-]+(?<![.])$...
Submitted by
Rajesh Jayaswal
-
9 years ago
1
Match Smalltalk method definition
Python
no description available
Submitted by
anonymous
-
9 years ago
1
get short title of people from woflframalpha
Python
no description available
Submitted by
anonymous
-
9 years ago
1
numbahs
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Infobox of Wiki
Python
no description available
Submitted by
anonymous
-
9 years ago
1
segment path
Python
no description available
Submitted by
anonymous
-
9 years ago
1
832821
Python
no description available
Submitted by
anonymous
-
9 years ago
1
testing regex to indicate punctuation
Python
no description available
Submitted by
ed
-
9 years ago
1
832821(1)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
แปลง pdf
Python
no description available
Submitted by
anonymous
-
9 years ago
1
To catch exceptions or errors in java runtime
Python
no description available
Submitted by
anonymous
-
9 years ago
1
logical operators
Python
no description available
Submitted by
Nicolas
-
9 years ago
1
...
178
179
180
181
182
...
248
s
-3
Regular Expression
ECMAScript (JavaScript)
/
^
19
[
5
-
9
]
\d
|
20
[
0
-
4
]
\d
|
2050
$
/
gm
Open regex in editor
Description
s
Submitted by
anonymous
-
10 years ago