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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,680 community submitted regex patterns...
1
Telephone Number for Colombia
PCRE2 (PHP >=7.3)
Permite validar un número celular en colombia
Submitted by
macorreag
-
3 years ago
0
Phone number - Complete
PCRE2 (PHP >=7.3)
Format for international and local telephone numbers. Country code and area code are optional. Country code format using a plus sign. Area code format using optional parentesis. Phone number accepts spaces, dots and dashes (up to 15 characters).
Submitted by
anonymous
-
3 years ago
0
Javascript and PHP Code Comments Regex
PCRE2 (PHP >=7.3)
It detect the comments
Submitted by
anonymous
-
3 years ago
3
Livestock - Visual tag and Back tag
PCRE2 (PHP >=7.3)
Visual tag and Back tag cannot more than 15 characters or only can contain uppercase, lowercase, space and dash.
Submitted by
Adrian Yim
-
3 years ago
0
계약자주민번호
PCRE2 (PHP >=7.3)
계약자주민번호
Submitted by
anonymous
-
3 years ago
0
계약자명
PCRE2 (PHP >=7.3)
계약자명
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Class Linking
PCRE2 (PHP >=7.3)
Linking classes
Submitted by
anonymous
-
3 years ago
0
Publication date filter
PCRE2 (PHP >=7.3)
Check that the template call has the parameter 'Publication Date' filled in
Submitted by
anonymous
-
3 years ago
0
펫보험 품종
PCRE2 (PHP >=7.3)
펫보험 품종
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Anchor tag text and herf attribute value
PCRE2 (PHP >=7.3)
A RegEx for find out the match of the text in between a tag and href attribute value.
Submitted by
Mosrur
-
3 years ago
0
Retirer les numéros de réponses
PCRE2 (PHP >=7.3)
Submitted by
anonymous
-
3 years ago
0
이체일
PCRE2 (PHP >=7.3)
이체일
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
주계약금액
PCRE2 (PHP >=7.3)
주계약금액
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
QBAR Atom Regex
PCRE2 (PHP >=7.3)
Regular expression to match atoms. See qbar.io/docs.html#expression-language-atom for more information.
Submitted by
bhgomes
-
3 years ago
0
灾难性回溯
PCRE2 (PHP >=7.3)
可以考虑正前瞻来解决 ^(?=([0-9]+))\1*$
Submitted by
anonymous
-
3 years ago
0
First and Last name with unicode
PCRE2 (PHP >=7.3)
regex with unicode
Submitted by
anonymous
-
3 years ago
0
URL parser
PCRE2 (PHP >=7.3)
For parsing URLs
Submitted by
krashr-ds
-
3 years ago
0
.mks
PCRE2 (PHP >=7.3)
.mks
Submitted by
anonymous
-
3 years ago
0
.ass
PCRE2 (PHP >=7.3)
.ass
Submitted by
anonymous
-
3 years ago
3
National Insurance Number regular expression
PCRE2 (PHP >=7.3)
This regular expression is build from the description of NINO number of GOV.UK,
Submitted by
Iftakhar Husan
-
3 years ago
1
...
123
124
125
126
127
...
134
Detect path win/linux
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
a
-
z
]
:
)?
(?:
[
\\\/
]
[
a
-
z0
-
9_.
-
]
*
)+
$
/
gmi
Open regex in editor
Description
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)