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
most sas boundaries
PCRE (PHP <7.3)
Picks up %macro, %inc, data step, and proc boundaries.
Submitted by
Leo Lopes
-
9 years ago
0
body tag extract
PCRE (PHP <7.3)
no description available
Submitted by
Girish
-
9 years ago
0
Google-like search query pattern matching
ECMAScript (JavaScript)
To identify quoted strings, single terms as well as subtracting those types. Based on: http://stackoverflow.com/questions/1883188/google-like-search-query-tokenization-string-splitting
Submitted by
Michael La Voie
-
9 years ago
0
Password regex
PCRE (PHP <7.3)
Password pattern looking for strength. Between 8 and 16 characters. At least: 1 UpperCase. 1 LowerCase. 1 SpecialCase. 1 Number
Submitted by
morethansimplycode.blogspot.com.es
-
9 years ago
0
Phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
TimeRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
java
PCRE (PHP <7.3)
09-10-2015_17:12:59.536_PDT] [ERROR] - [FxG5vfvSFN] [family.gibson@att.net@slid.dum] [] [common] [AbstractServiceLayerBridge] - Service Exception while invoking [ServiceLayer API]: UsageService.getFiberUsageDetails with [TransactionId]: COLDAPP_WS_380920115_144187749927000022_p9mbm20_0 java.lang.ref...
Submitted by
anonymous
-
9 years ago
0
qwqwe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
(((?:\<|\[)a href=\'|\")?((?:http:\/\/)?((?:www\.)?(?:[\w\d-_]*?\.)+(?
PCRE (PHP <7.3)
no description available
Submitted by
irisha_sutnuk
-
9 years ago
0
Password Any Character len: 8-63
ECMAScript (JavaScript)
Test for Password using any character. Length of password can be from 8 - 63 characters
Submitted by
Jerry Orta
-
9 years ago
0
Replace 07 with international UK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Hungarian Phone numbers
PCRE (PHP <7.3)
This will find almost every (if not every) hungarian phone number such as: 205032935 305032935 705032935 06303335554...
Submitted by
WolfyD
-
9 years ago
0
exclude char
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
All Url links
PCRE (PHP <7.3)
Finds: links with or without http/s links with or without www short links
Submitted by
PonyOny
-
9 years ago
0
URL name and domain
PCRE (PHP <7.3)
Extracts the name and domain of any link, for instance https://www.google.com/?gfe_rd=cr&#q=generic+search --> google.com
Submitted by
Sergio
-
9 years ago
0
html-link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
html-link-2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Twitter Hashtags
PCRE (PHP <7.3)
Finds out Twitter Hashtags from a text
Submitted by
Yesha Shah
-
9 years ago
0
Numero de telefone brasileiro
PCRE (PHP <7.3)
Valida numero de telefone brasileiro com 9 ou 8 digitos junto com DDD ou sem DDD, formatado ou nao formatado.
Submitted by
fb.me/raniellyfsilva
-
9 years ago
0
phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
546
547
548
549
550
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
https
?
:
\/\/
)?
(
[
\d
a
-
z-
]
+
\.
)+
(
[
a
-
z
]
{2,6}
)?
(
\/
(
[
a
-
z0
-
9+
\$
_-
]
\.
?
)+
)*
\/
?
$
/
Open regex in editor
Description
this is the most perfect pattern I reach for url with query or anchor
Submitted by
Gehad Mohamed
-
9 years ago