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...
2
Beautiful Regex for detecting Slack URL's
PCRE (PHP <7.3)
just lovely
Submitted by
the boiz aka ben and chris
-
9 years ago
3
Forum user validation
PCRE (PHP <7.3)
Pedro al DAMS
Submitted by
giacomo
-
9 years ago
1
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Asterinic Recording Path
PCRE (PHP <7.3)
regex for changing recording path
Submitted by
anonymous
-
9 years ago
1
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
IPv6 Regex Match Removal
Python
Works for all IPv6 addresses in removing them using regex
Submitted by
vks
-
9 years ago
1
For names and surnames all around the world
PCRE (PHP <7.3)
except russian, greek and arabic alphabets.
Submitted by
İstanbul
-
9 years ago
1
9999
ECMAScript (JavaScript)
Using exactly four 9s and no other digits, write an equation which evaluates to 100
Submitted by
GMiller
-
9 years ago
1
xslt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Extract url from code braces
ECMAScript (JavaScript)
Extract a url from as string
Submitted by
anistark
-
9 years ago
-1
mongo db email validation
Python
email validation based on the restrictions for entering email adresses into a mongo db email field.
Submitted by
levire.com
-
9 years ago
1
Configurable math parser
PCRE (PHP <7.3)
A validator/parser for math expressions. Written on PCRE regex. To change settings, change the 0 to 1 or 1 to 0 after a setting, example: (?){1} to disable, change to (?){0}
Submitted by
Mateon1
-
9 years ago
-3
get table name from mapfile
PCRE (PHP <7.3)
gets a postgis tablename from a mapfile with the given layer name, may not work depending on your mapfile layout
Submitted by
warnock
-
9 years ago
1
postfix senhas abertas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
src of img tag
ECMAScript (JavaScript)
get contents of src attribute
Submitted by
me
-
9 years ago
-2
MYSQL DateTime validator (leap year support)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Lycopodium Vendor Content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
6
Find consecutive duplicate words
Python
no description available
Submitted by
anonymous
-
9 years ago
1
count occurence of comma
PCRE (PHP <7.3)
no description available
Submitted by
Kevin H
-
9 years ago
1
count occurence of comma
PCRE (PHP <7.3)
no description available
Submitted by
Kevin H
-
9 years ago
1
...
810
811
812
813
814
...
902
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<text>
N
?
'
(
(?:
''
|
[^
'
]
)*
)
'
|
N
?
"
(
(?:
""
|
[^
"
]
)*
)
"
)
/
gms
Open regex in editor
Description
Finds the text blocks in a t-sql (tsql) script
Submitted by
Paw Jershauge
-
8 months ago