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 2,120 community submitted regex patterns...
1
832821
Python
no description available
Submitted by
anonymous
-
9 years ago
1
segment path
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Verify Amateur Radio Call Sign meets ITU Format
Python
no description available
Submitted by
Neil Johnson
-
9 years ago
1
Infobox of Wiki
Python
no description available
Submitted by
anonymous
-
9 years ago
1
numbahs
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
Match Smalltalk method definition
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
ISIS Checking
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Two digit search.
Python
Trying to understand the two digit lookup.
Submitted by
mburke05
-
9 years ago
1
Remove console.log() from javascript
Python
no description available
Submitted by
xXDGFXx
-
9 years ago
3
iframe src parser
Python
Get iframe src
Submitted by
Sumeet Fefar
-
9 years ago
1
Find join
Python
no description available
Submitted by
anonymous
-
9 years ago
0
IP address a.b.c.d form with range from 0 to 255 for each letters
Python
Are you pissed off with your regular expression homework? well then. here is the answer. ^([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))\.([0-9]|1-9|1(0-9)|2(0-4|5[0-5]))$
Submitted by
Abdulaziz
-
9 years ago
0
Find missing space around operators (=, +, -, *, /)
Python
no description available
Submitted by
rugk
-
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
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
9 years ago
1
dnd roll regex v0.0.1
Python
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
9 years ago
-3
TD data from html table
Python
no description available
Submitted by
Deepak Bansal
-
9 years ago
-1
emoticon
Python
no description available
Submitted by
Victor Huang
-
9 years ago
1
...
88
89
90
91
92
...
106