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 18,040 community submitted regex patterns...
0
ACCESS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
BORDER
Python
no description available
Submitted by
anonymous
-
5 years ago
0
UNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
SLA
Python
no description available
Submitted by
anonymous
-
5 years ago
0
NV
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VOICE
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VIDEO
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ENNI
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Remove IDs from MySQL Insert
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Comma separated values
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hapus - dari nomor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
DIAM_METHOD
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Email Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Russian endings grabber v3.
PCRE (PHP <7.3)
Removed capital leters. It now works a bit better/ Some russian words have "-" in them, made sure that it does not break grabbed endings
Submitted by
anonymous
-
5 years ago
0
Select => switch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
For EachIn => foreach
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
if (InvertX=1) => if (InvertX==1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without. no leading zero is allowed
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
abc
PCRE (PHP <7.3)
just test
Submitted by
anonymous
-
5 years ago
0
match float point number either with thousand comma or without.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
355
356
357
358
359
...
902
Community Library Entry
1
Regular Expression
Python
r"
(
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{2}
)
(
AM
|
PM
)
(
\n
)
(
.
*
)
\n
"
gmu
Open regex in editor
Description
Fixes battlemetrics newline formatting
Submitted by
Neun
-
6 months ago