Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
domain name with subdomains
should match any domain with one or more subdomains
Submitted by
Igor Tiulkanov
-
25 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Extract Movie Title and Year from Torrent Names
Extract Movie Title and Year from Torrent Names
Submitted by
Ranveer
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Trimmed (no unicode space separators at start or end of string
Disallows all space-like characters -- see https://www.fileformat.info/info/unicode/category/Zs/list.htm -- at the start or end of the string
Submitted by
anonymous
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
phones
Разбирает список телефонов, разделенных ;
Submitted by
Alex
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
langchain
langchain
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
gsap current price
Getting google shopping current pricees
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Get digits
Trying to get digits
Submitted by
Arthur Silva
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
LC - Athento
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
URL Pattern Django
URL Pattern Django
Submitted by
Fernando Olivera
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
walter1976LastClean
walter1976LastClean
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
walter1976FirstClean
walter1976FirstClean
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
walter1976Split
walter1976Split
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Commafication (this BREAKS ON APPLE DEVICES!!!!)
Commafy any number! 30000 = 30,000 303123 = 303,123 999888777 = 999,888,777
Submitted by
Mendel Groner
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
SparkplugB Topic Pattern
SparkplugB has a specific pattern to the MQTT topic string. Included here is the convention of metrics as a continuation of the topic string (although as an element in the binary payload it is not!)
Submitted by
null-directory
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Example 1.1: Pet Name
Example used in slide 39
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
auto-gpt command google
auto-gpt command google returned
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Unicode Email Validation
Unicode Email Validation
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
匹配限定后缀名的文件,忽略大小写
匹配.mka后缀名的文件,忽略大小写
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
匹配限定后缀名中的指定关键字,忽略大小写
匹配.mkv和.mp4后缀名中包含menu或sp或.sample,忽略大小写
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
hsl colors
matches many HSL and HSLA formats permitted in CSS
Submitted by
anonymous
-
a month ago
1
2
3
4
5
6
...
741
commitlint gitmoji
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?:
:
\w
*
:
|
(?:
(
\u00a9
|
\u00ae
|
[
\u2000-\u3300
]
|
\ud83c
[
\ud000-\udfff
]
|
\ud83d
[
\ud000-\udfff
]
|
\ud83e
[
\ud000-\udfff
]
)
)
)
\s
(
?
<type>
\w
*
)
(?:
\(
(
?
<scope>
.
*
)
\)
)?
!
?
:
\s
(
?
<subject>
(?:
(?!
#
)
.
)*
(?:
(?!
\s
)
.
)
)
(?:
\s
\(
?
(
?
<ticket>#
\d
*
)
\)
?
)?
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 3 months ago