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...
0
first word until whitespace/linebreak
ECMAScript (JavaScript)
no description available
Submitted by
jpeldes
-
9 years ago
1
php short tags
PCRE (PHP <7.3)
Find all php short tags
Submitted by
anonymous
-
9 years ago
1
LDAP (R)DN url check v0.1
PCRE (PHP <7.3)
Validates an LDAP DN like one of the following CN=users,DC=example,DC=com OU=mailgroups,OU=People,OU=organisation,DC=example,DC=at LDAP://OU=mailgroups,OU=People,OU=organisation,DC=example,DC=at
Submitted by
Daywalker
-
9 years ago
1
GIIN
PCRE (PHP <7.3)
Global Intermediary Identification Number composition test
Submitted by
ddronenko
-
9 years ago
1
capture balisephp
ECMAScript (JavaScript)
it's to use to get all tags. not easy to implement because some link in php with ? or > can make trouble to get the closure ?>
Submitted by
simon
-
9 years ago
1
currency EU
PCRE (PHP <7.3)
checks the currency in EU
Submitted by
Paul Font Freide
-
9 years ago
0
APACHE_ACCESS_LOG_PATTERN
Python
Used in lab2 spark for pyspark access log pattern recognition
Submitted by
anonymous
-
9 years ago
1
Match all but global.css
ECMAScript (JavaScript)
Match all but .global.css
Submitted by
Dan Compton
-
9 years ago
1
sumary-title
ECMAScript (JavaScript)
sumary-title
Submitted by
Jay
-
9 years ago
1
rsa_root_prompt
PCRE (PHP <7.3)
Root Prompt of RSA
Submitted by
anonymous
-
9 years ago
0
JSON Double Quoting
ECMAScript (JavaScript)
Insert double quotes between matches around colons. You need to wrap substition.substr(1)+'"' with parenthesis afterwards. (substr is needed to remove hanging doublequote at the start of the string) ex) var json = '{ '+json_ish.replace(regex,subs).substr(1)+'" }'; ...
Submitted by
anonymous
-
9 years ago
0
Outside attr keyword
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
Find labels without preferredMaxLayoutWidth and multiple lines in Appl
PCRE (PHP <7.3)
Allows to find label generating warnings like "Automatic Preferred Max Layout Width before iOS 8.0" in XCode
Submitted by
Alessio Anesa
-
9 years ago
1
CallSign
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim Starting <br> tags
PCRE (PHP <7.3)
no description available
Submitted by
Konrad Rudolph
-
9 years ago
1
ASA_Signture
PCRE (PHP <7.3)
no description available
Submitted by
A A
-
9 years ago
1
Religion sortering
PCRE (PHP <7.3)
Sorterer en liste fra Religion på etternavn
Submitted by
Knut Melvær
-
9 years ago
1
2.Expression régulier: Test lien siteweb
ECMAScript (JavaScript)
Regular expression to test the validité of a basic website address having the format. http://www.anyadress.domain the domain being 2-3 caracteres
Submitted by
Gilles
-
9 years ago
1
Bootstrap responsive grid class detection
ECMAScript (JavaScript)
Check if a css class is bootstrap responsive grid one (like col-sm-6 for example)
Submitted by
mrblackus
-
9 years ago
1
...
137
138
139
140
141
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
0
-
9
]
{2}
(
[
A
-
Z
]
{3}
[
P,C,H,A,B,G,J,L,F,T
]
[
A
-
Z
]
[
0
-
9
]
{4}
[
A
-
Z
]
)
[
0
-
9
]
[
Z
]
[
0
-
9
]
$
/
Open regex in editor
Description
Goods & Service Tax Numebr
Submitted by
anonymous
-
3 years ago