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 2,320 community submitted regex patterns...
0
Synop
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Synop
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Float number regex
Python
Float number without letters and symbols
Submitted by
anonymous
-
6 years ago
0
ebay通知-AuctionCheckoutComplete
Python
获取通知(AuctionCheckoutComplete)的buyerID
Submitted by
anonymous
-
6 years ago
0
feetinches1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Matches invalid Excel table names
Python
This regex is designed to match invalid regex names. The known false positive is when the \w{1,2}+[0-9]+ pattern matches things which fall outside the scope of an Excel documents range, and therefore become valid table references.
Submitted by
anonymous
-
6 years ago
0
匹配html中多个所需内容
Python
no description available
Submitted by
anonymous
-
6 years ago
0
KBC: Extract ASA Names
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Remove file name from path
Python
no description available
Submitted by
anonymous
-
6 years ago
0
HTML TAG Matcher
Python
Match any HTML tags.
Submitted by
anonymous
-
6 years ago
0
Оценка удовлетворенн ости качеством сервиса Компании
Python
no description available
Submitted by
anonymous
-
6 years ago
0
keyvalue
Python
value part of key=value key='value' key="value" value can have spaces if quoted
Submitted by
anonymous
-
6 years ago
0
All sorts of experiments
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Between Brackets and Parens
Python
no description available
Submitted by
anonymous
-
6 years ago
0
json to csv
Python
only the begining though
Submitted by
anonymous
-
6 years ago
0
#coordinates
Python
no description available
Submitted by
anonymous
-
6 years ago
0
proximity search
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match actual IPv4 addresses and 3306 port
Python
no description available
Submitted by
anonymous
-
6 years ago
0
XML
Python
no description available
Submitted by
anonymous
-
6 years ago
0
html table
Python
match an html table suffs
Submitted by
anonymous
-
6 years ago
1
...
11
12
13
14
15
...
116
Regex tutorial
2
Regular Expression
Java 8
"
(
[
\w\s
]
){2}
(
[^
;;
]
)
"
gm
Open regex in editor
Description
Case insensitive match the whole word betwween \bword\b
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)