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,000 community submitted regex patterns...
0
FMP4 nginx regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ChatWars Equipment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Angular find translate
PCRE (PHP <7.3)
Find translate directive in angular files
Submitted by
anonymous
-
8 years ago
0
numero tra parentisi alla fine della stringa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match stackoverflow urls
PCRE (PHP <7.3)
Get only the profile part without the url.
Submitted by
Chocksy
-
8 years ago
0
await
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Get drive id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
error name seller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
SQL query sanitizer
PCRE (PHP <7.3)
Very simple sanitizer. Will escape quotation marks, backslashes and apostrophes ("'\) in order reduce the risk of SQL injections. Please note that SQL versons that supports URL or other kinds of encoding may still be vanurable.
Submitted by
anonymous
-
8 years ago
0
Check if valid Base64
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Filtering phone number
PCRE (PHP <7.3)
14 steps regex , filtering mobile number without + or 0
Submitted by
anonymous
-
8 years ago
0
Email regex
PCRE (PHP <7.3)
for email validation
Submitted by
anonymous
-
8 years ago
0
alphaNumric
PCRE (PHP <7.3)
for validate alpha numric
Submitted by
anonymous
-
8 years ago
0
10 Digit Number where 5th & 6th position have fixed numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
fantastiko
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse Windows traceroute probes
PCRE (PHP <7.3)
no description available
Submitted by
Luke Murphey
-
8 years ago
0
Checking Indonesia Phone
PCRE (PHP <7.3)
Checking first character "+" or "0"
Submitted by
anonymous
-
8 years ago
0
Generate DependencyProperty (C#, WPF, SilverLight)
PCRE (PHP <7.3)
By: public TypeName PropertyName { get; set; }
Submitted by
Sotin N.U. (VirRus77)
-
8 years ago
0
Validare CNP Romania Regex
ECMAScript (JavaScript)
This regex is for validating Roumanian CNP ^[1-9]\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])(0[1-9]|[1-4]\d|5[0-2]|99)(00[1-9]|0[1-9]\d|[1-9]\d\d)\d$
Submitted by
Ionut M. Ionete
-
8 years ago
1
...
77
78
79
80
81
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
PO
[
\#
\s
-
]
\s
?
\d
{2}
[
\s
-
]
{0,1}
\d
{4}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago