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
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
0
cfldap
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parsing of traceroute reporting issue
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
phpbb smilies
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Frisky radio show parsing pattern
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Pug variables
PCRE (PHP <7.3)
Change jade "#{variable}" to "" + variable + ""
Submitted by
anonymous
-
8 years ago
0
Svn branch from svn look
Python
no description available
Submitted by
anonymous
-
8 years ago
0
regla redireccion atencion al cliente
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
22
23
24
25
26
...
900
Community Library Entry
2
Regular Expression
PCRE (PHP <7.3)
/
(
[
A
-
Z
]
{4}
)
\s
*
(
[
0
-
9
]
{6}
)
[
\s
-
\/
]
?
(
[
0
-
9
]
)
/
Open regex in editor
Description
Pattern for container numbers. Without the digit verification of course.
Submitted by
Philippe Michiels
-
9 years ago