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 12,040 community submitted regex patterns...
1
WRAP LONG STRING TO SPEC LENGTH
PCRE (PHP <7.3)
fixed we do not need \b 'cose it broke with quotes used in processed text
Submitted by
anonymous
-
8 years ago
1
Universal URL
PCRE (PHP <7.3)
Matches any forms of common URLs with a single regular expression
Submitted by
np.trivial
-
8 years ago
1
JS Variable Parser
PCRE (PHP <7.3)
Parses variables for Javascript.
Submitted by
anonymous
-
8 years ago
1
javascript anonymous function matcher
PCRE (PHP <7.3)
only anon functions
Submitted by
anonymous
-
8 years ago
1
XLS Sheet :replacement with Regex
PCRE (PHP <7.3)
This expression will be useful to distinct group of Special characters making a blocker while creating the sheet though code e.g IF sheet name is given XXX/[abc]/YYY name through code.It must be renamed as such naming is not allowed in XLS.
Submitted by
Reshma Nehlani
-
8 years ago
1
InnerHTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
10-digit number
PCRE (PHP <7.3)
Accepts a 10-digit whole number only
Submitted by
SoftwareSimian
-
8 years ago
1
Y or N
PCRE (PHP <7.3)
Single character Yes Or No Accepts Y|N|y|n
Submitted by
SoftwareSimian
-
8 years ago
1
t() argument extractor
PCRE (PHP <7.3)
Extracts the string passed to the Drupal t() function and keeps the string in the 3rd capture.
Submitted by
Travis Uribe
-
8 years ago
1
Big Time Regex?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex
PCRE (PHP <7.3)
Description
Submitted by
anonymous
-
8 years ago
1
multiple upstream time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
smiley
PCRE (PHP <7.3)
no description available
Submitted by
FallenShard
-
8 years ago
1
ADCE DescomposiciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ADCE - ValidaciĆ³n
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Save
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Full URL
PCRE (PHP <7.3)
IPs Domains Ports Directories Files ...
Submitted by
timmyRS
-
8 years ago
1
No Double space and special character, no leading space ISO-8859-1
PCRE (PHP <7.3)
Matches everything exept a String with one of the following: Leading or ending space multiple spaces double special character
Submitted by
Hunziger
-
8 years ago
1
Your BANK a/c xxxx 4114 will be debited for Rs 97856.5 towards HDFCBan
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Email
PCRE (PHP <7.3)
Refunds email validation
Submitted by
Greg Kedge
-
8 years ago
1
...
470
471
472
473
474
...
602
Community Library Entry
9
Regular Expression
PCRE (PHP <7.3)
/
(
[^
=
]
+
)
=
(
[^
&
]
*
)
&
/
g
Open regex in editor
Description
no description available
Submitted by
garsax
-
9 years ago