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
手机机身码(IMEI)
ECMAScript (JavaScript)
手机机身码(IMEI)
Submitted by
anonymous
-
5 years ago
0
火车车次
ECMAScript (JavaScript)
火车车次
Submitted by
anonymous
-
5 years ago
0
validasi username dan pass
ECMAScript (JavaScript)
nurhuda
Submitted by
anonymous
-
5 years ago
0
First Names
Python
First names Allows for a hyphen Allows for a space Allows for a apostrophe
Submitted by
@thegamerbr1
-
5 years ago
0
phone number
ECMAScript (JavaScript)
An extremely complete regex, that...
Submitted by
@thegamerbr1
-
5 years ago
0
number_lexer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
gettext regex
Python
Matches strings within a gettext call. Covers the following examples: gtxt('i am in single-quotes') gtxt('i have \' an escaped single-quote within single-quotes') gtxt('i have a "double-quote" in single-quotes') gtxt("i am in double-quotes") gtxt("i am in double-quotes with single 'quotes'")...
Submitted by
anonymous
-
5 years ago
0
ngettext regex
Python
Matches strings within a ngettext call. Covers the following examples: ngtxt('i am in single-quotes', 'i am in single-quotes 2', foo) ngtxt('i have \' an escaped single-quote within single-quotes', 'i have \' an escaped single-quote within single-quotes 2', foo) ngtxt('i have a "double-quote" in sin...
Submitted by
anonymous
-
5 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
titulo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Crontabber
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Emojicleaner
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sections
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ANT pages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ANT PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PV Codes: ANT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Minecraft_to_Discord_formatting
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Bazel workspace parser
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Detect Twitch cheermotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Finding match for a expression in a case-insensitive and flexible way
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
340
341
342
343
344
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?!
^
\*
)+
?
(?:
^\W
*
\r
*
)
(?<country>
[
\w
]
{0,1}
[^
\r\n
]
)
(?:
[^
\w
*
]
+
)
(?<channel>
[
\w
?,'
\"\-
_
]
*
(?<!
[^
\w
?!
]
)
)
.
*
?
(?<tag>
\w
*
$
)
|
(?<channel2>
^
[
\w
?,'
\"\-
_
]
+
(?<!
[^
\w
?!
]
)
)
[^
\w\r\n
\*
\t\f\v
]
*
(?<tag2>
\w
+
$
)?
/
mg
Open regex in editor
Description
Get parts of an IPTV playlist
Submitted by
anonymous
-
5 years ago