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 11,320 community submitted regex patterns...
1
Simple telephone regex
PCRE (PHP <7.3)
Includes simple country and city code, regex will only work for 7 digit telephone numbers in following formats: +xxxxxxxxxx +x(xxx)xxxxxx +xxx(xxx)xxx-xx-xx
Submitted by
Jacob
-
9 years ago
1
eE5iG4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
WastefulInterpolation
PCRE (PHP <7.3)
Finds interpolated strings in scala code that do not contain any variables.
Submitted by
Sascha Kolberg
-
9 years ago
1
extract word from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
company name_adr1_adr2
PCRE (PHP <7.3)
CompanyName Address1 Address2
Submitted by
SFR
-
9 years ago
1
WP URL Rewrites
PCRE (PHP <7.3)
Reviews Pages
Submitted by
John Farrar
-
9 years ago
0
Remove Javascript Single Line Comment
PCRE (PHP <7.3)
Yancharuk's code/regex
Submitted by
Yancharuk
-
9 years ago
1
Busca Comentario
PCRE (PHP <7.3)
pega todos os comentarios do Delphi
Submitted by
JoaoFabioMA
-
9 years ago
1
php $_REQUEST, $_POST, $_GET
PCRE (PHP <7.3)
all instances of $_REQUEST, $_POST and $_GET. globally, case-insensitive
Submitted by
localhost8080
-
9 years ago
1
screen name twitter
PCRE (PHP <7.3)
Verifica si es un nombre de twitter valido. Para diversos casos de uso, eliminar o dejar la arroba.
Submitted by
Francisco Guevara
-
9 years ago
1
python def to macro def
PCRE (PHP <7.3)
no description available
Submitted by
David Young
-
9 years ago
1
def to macro
PCRE (PHP <7.3)
python def to assembly macro
Submitted by
anonymous
-
9 years ago
-1
XML matching nodes
PCRE (PHP <7.3)
This regex matches opening and closing tags in XML (including attributes) and is used to "hide" the value of the node.
Submitted by
Marc Fellman
-
9 years ago
0
Yealink XML Phonebook entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Yealink XML Phone book entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ol fix1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Remove console.log() from javascript
Python
no description available
Submitted by
xXDGFXx
-
9 years ago
1
larcass
PCRE (PHP <7.3)
Hyperlink
Submitted by
anonymous
-
9 years ago
1
Prime times a letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Telephone number with space
PCRE (PHP <7.3)
no description available
Submitted by
rafanto
-
9 years ago
1
...
123
124
125
126
127
...
566
Community Library Entry
0
Regular Expression
Python
r"
(?<=
PAGE
\(
)
(?!
990
)
(?P<pg>
[
\d
]
{1,4}
)
|
(?:
(?<=
_r
|
[
\w
]
\(
)
(?P<txt_a>
[
『「“
]
[^
\n
]
+
(?=
_n
\n
)
)
|
(?P<txt_b>
[
『「“
]
.
*
)
)
"
gm
Open regex in editor
Description
Fate stay/night PS Vita version parsing
Submitted by
anonymous
-
a year ago
(Last modified a year ago)