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)
[2,2] => {2,2}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 18:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
public X X(y, => public X X(int y,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-05 08:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
If x; => if (x){
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 19:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ElseIf x; => else if (x){
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-05 08:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
remove all html tags, even < and > on different lines
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 20:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture Status followed by Nested JSON
PCRE (PHP <7.3)
Capture Status followed by Nested JSON
Submitted by
anonymous
-
4 years ago
2020-02-04 00:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match float point number either with thousand comma or without.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 03:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
abc
PCRE (PHP <7.3)
just test
Submitted by
anonymous
-
4 years ago
2020-02-04 04:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match float point number either with thousand comma or without. no leading zero is allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 04:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
if (InvertX=1) => if (InvertX==1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 05:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
For EachIn => foreach
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 05:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
For EachIn => foreach
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-13 02:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
c[]n=[x,y] => c[]n=new c[]{x,y};
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-09 08:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Select => switch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 05:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DIAM_METHOD
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hapus - dari nomor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Comma separated values
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 12:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove IDs from MySQL Insert
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 12:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Set(Scale|Blend|Alpha|Rotation|Color)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 20:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ticket price Qantas
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-05 04:46
1
...
730
731
732
733
734
735
736
...
863
iso 8601
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
\d
{4}
)
-
(
[
01
]
\d
)
-
(
[
0
-
3
]
\d
)
T
(
[
0
-
2
]
\d
)
:
(
[
0
-
5
]
\d
)
:
(
[
0
-
5
]
\d
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
phyng
-
8 years ago
2015-10-10 03:28