Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 17,260 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Arabic regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-24 11:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
import regex groovy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-24 12:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
4 years ago
2020-02-24 19:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-24 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IF statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 07:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Build Version Pattern matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 16:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MM101
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 17:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bike Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 19:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Uitslagen.nl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 19:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-02 22:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 20:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Simple tag-split
ECMAScript (JavaScript)
I use this regex for color-formatting messages
Submitted by
anonymous
-
4 years ago
2020-02-25 21:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Subst caminho de URL, deixa arquivo 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-25 23:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
查找特定字符串附近的数字
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-26 12:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
4 years ago
2020-02-26 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配金额千分位
PCRE (PHP <7.3)
"321123321.32132132".replace(/\B(?=(\d{3})+\b)/g,","); => "321,123,321.32,132,132" `
Submitted by
anonymous
-
4 years ago
2020-02-27 07:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-27 13:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Оставить только 1 атрибут
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-27 14:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Prix K et 000 (intéressant pour faire un "ou")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-27 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Finding pattern by starting name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-27 15:34
1
...
737
738
739
740
741
742
743
...
863
Don't know how to match this.
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
\d
*
)
(
-
)?
(
\d
*
)?
$
"
m
Open regex in editor
Description
Loading markdown...
Submitted by
Nick
-
8 years ago
2015-10-15 22:26