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
Get URL inside parentheses
ECMAScript (JavaScript)
got it from here [Regex to match URL, ends up matching URL plus closing brackets when URL is between brackets [duplicate]](https://stackoverflow.com/questions/60476363/regex-to-match-url-ends-up-matching-url-plus-closing-brackets-when-url-is-betwe)
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
propub3r6espa33w.PT
PCRE2 (PHP >=7.3)
-+--+#0fffffffff00fff
Submitted by
anonymous
-
4 years ago
0
10 digit phone number
ECMAScript (JavaScript)
Phone number regex
Submitted by
anonymous
-
4 years ago
0
Hexadecimal code
PCRE (PHP <7.3)
4 "digit" hexadecimal code
Submitted by
anonymous
-
4 years ago
0
PHP STFU operator
PCRE2 (PHP >=7.3)
Look for STFU operator in PHP https://www.php.net/manual/en/language.operators.errorcontrol.php Feel free to contribute or report uses I didn't cover!
Submitted by
JohnyProke
-
4 years ago
0
all characters including new lines
PCRE2 (PHP >=7.3)
https://regex101.com/r/VhkyuM/1
Submitted by
anonymous
-
4 years ago
0
Url Id Match
PCRE2 (PHP >=7.3)
Matches, in a named group of 'tracker', digits 1 or 2 in a Url
Submitted by
anonymous
-
4 years ago
0
regex_licence_bl
PCRE2 (PHP >=7.3)
sdf
Submitted by
guib
-
4 years ago
0
Precision 5.1
PCRE2 (PHP >=7.3)
Numbers with 5.1 precision
Submitted by
anonymous
-
4 years ago
0
Hitomi.la
PCRE (PHP <7.3)
this is used for Hdoujin download Hitomi.la Instance
Submitted by
anonymous
-
4 years ago
0
Remove bold surrounding italic
ECMAScript (JavaScript)
Remove bold surrounding italic
Submitted by
anonymous
-
4 years ago
1
Remove bold markdown
ECMAScript (JavaScript)
Remove bold pairs in markdown text
Submitted by
anonymous
-
4 years ago
0
regex_contrat_flex_bl
Python
guif
Submitted by
guif
-
4 years ago
0
regex_sous_sol_bl
Python
guif
Submitted by
guif
-
4 years ago
0
SOURCEDOC_SHAPE_PATTERN
PCRE2 (PHP >=7.3)
o
Submitted by
anonymous
-
4 years ago
0
regex_axe_bl
Python
guif
Submitted by
guif
-
4 years ago
0
regex_lumineux_bl
Python
guif
Submitted by
guif
-
4 years ago
0
rgex_vue_bl
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
4 years ago
0
Alien Registration Number
Java 8
Alien Registration Number
Submitted by
anonymous
-
4 years ago
0
Reguläre Ausdrücke
PCRE (PHP <7.3)
Eine Aufgabe die man Lösen muss, wenn man die Lösung kennt.
Submitted by
anonymous
-
4 years ago
1
...
227
228
229
230
231
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
<nameID
aor=
\"
sip:
)
(?:
\+
)?
(
.
*
)
(
@
.
*
)
\s
(
.
*
)
(
<name>
)
(
"
)
(
.
*
)
(
"
)
(
<
\/
name>
)
.
*
\R
(
.
*
)
\R
(
.
*
)
\R
(
.
*
)
\R
(
.
*
)
\R
(
.
*
)
(
<apkt:callingParty>false<
\/
apkt:callingParty>
)
/
gm
Open regex in editor
Description
siprec
Submitted by
anonymous
-
4 years ago