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...
-1
Match all but string content
ECMAScript (JavaScript)
Match all but string content
Submitted by
luizandress
-
3 years ago
0
misc
PCRE2 (PHP >=7.3)
misc
Submitted by
anonymous
-
3 years ago
0
password validation
PCRE (PHP <7.3)
(?=.[A-Za-z])(?=.\d)[A-Za-z\d]{8,}
Submitted by
anonymous
-
3 years ago
0
Ngay thang nam
PCRE (PHP <7.3)
Bat ngay thang nam
Submitted by
anonymous
-
3 years ago
0
get txt html
PCRE2 (PHP >=7.3)
asad
Submitted by
anonymous
-
3 years ago
0
Non self closing opening HTML tag
ECMAScript (JavaScript)
Matches all opening HTML tags that are not self closing
Submitted by
Obihan
-
3 years ago
0
parse unnecessary JSX braces
ECMAScript (JavaScript)
https://marketplace.visualstudio.com/items?itemName=zachhardesty.vscode-simple-javascript-refactorings
Submitted by
Zach Hardesty
-
3 years ago
(Last modified 3 years ago)
0
Valid IBAN within any SEPA country (2021-10)
PCRE2 (PHP >=7.3)
This regex validates whether an IBAN is valid, it only considers IBAN from countries within the SEPA area. Specifications: https://www.iban.com/structure
Submitted by
Vadorequest
-
3 years ago
0
Match all brackets/parens only
PCRE2 (PHP >=7.3)
Match all brackets and nothing else: [] {} ()
Submitted by
anonymous
-
3 years ago
-1
test
Python
d
Submitted by
anonymous
-
3 years ago
0
regex
Python
xx
Submitted by
anonymous
-
3 years ago
0
phone number
ECMAScript (JavaScript)
\+(374)\s{1}([)]\s{1}\d{2}[-]{1}\d{2}[-]{1}\d{2}$ +374 (98) 11-11-11
Submitted by
anonymous
-
3 years ago
0
argon2 string format
ECMAScript (JavaScript)
Based on phc string format specification: https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md
Submitted by
opliko
-
3 years ago
0
Find text between two words
PCRE2 (PHP >=7.3)
Find text between two words
Submitted by
suha a
-
3 years ago
0
Regex for only alphabets
PCRE (PHP <7.3)
Regex for only alphabets
Submitted by
anonymous
-
3 years ago
0
muliti json replace
ECMAScript (JavaScript)
replace multi json for vscode
Submitted by
anonymous
-
3 years ago
0
IBAN Ukraine
PCRE2 (PHP >=7.3)
Checcking IBAN number for Ukraine
Submitted by
anonymous
-
3 years ago
0
Mammars tumour dx
PCRE2 (PHP >=7.3)
identifying mammary tumour diagnosis
Submitted by
Georgia Salmon
-
3 years ago
0
Regex that matches laughter interjections in Spanish
Python
Regex that matches laughter interjections in Spanish
Submitted by
alexcg
-
3 years ago
0
Telephone numbers for Spain, national calls. Ver.2
PCRE2 (PHP >=7.3)
It validates the phone numbers for Spain, national calls. Only digit number format, without spaces, dots nor dashes. This second version allows a empty string. OK: 630222544 941641893...
Submitted by
sajime
-
3 years ago
1
...
771
772
773
774
775
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
<name>
(
[^
<
]
+
)
.
*
\n
(?:
.
*
\n
){0,8}
.
*
\n.
*
\n\s
+
<coordinates>
(
\d
+
\.
\d
+
)
,
(
\d
+
\.
\d
+
)
/
g
Open regex in editor
Description
POI Google KML -> csv map plot
Submitted by
anonymous
-
3 years ago