Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 11,300 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email id extraction
Python
extracting email id from given string
Submitted by
anonymous
-
2 years ago
2022-06-03 21:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
css class
PCRE (PHP <7.3)
css class
Submitted by
anonymous
-
2 years ago
2022-06-07 06:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parsing text between '[' and ']' unlimited number of times
Python
Using capturing group to match any text between [ and ] Test string '([Total Revenue] + [COGS] + [Distribution Costs] + [Sales Force Costs] + [A&P Costs] + [NDA Affairs Costs] + [Other Operating Costs]) * - [NDA share]'
Submitted by
anonymous
-
2 years ago
2022-06-07 11:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SAFE Parsing
Python
Parsing data in SAFE text file
Submitted by
anonymous
-
2 years ago
2022-06-08 10:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
提取js中的内容
Python
获取变量值等
Submitted by
anonymous
-
2 years ago
2022-06-08 16:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Procurar por IPv4
Python
Match em um IPv4 válido
Submitted by
anonymous
-
2 years ago
2022-06-09 04:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TCN Match
Python
Extract info about STP TCNs
Submitted by
anonymous
-
2 years ago
2022-06-10 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MAC Address
Python
Simple MAC address match/parsing expression
Submitted by
cwichel
-
a year ago
2022-06-13 21:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
urn_path_splitting
Python
split a URN with one or more parts separated by colon
Submitted by
anonymous
-
a year ago
2022-06-13 23:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check password
PCRE (PHP <7.3)
Checks that a password has a minimum of 8 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number.
Submitted by
letrongtanbs
-
a year ago
2022-06-14 03:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pesquisar CPF com máscara
Python
Achar o CPF com mascara em um documento PDF.
Submitted by
anonymous
-
a year ago
2022-06-14 04:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tiktok video regex
Python
Extract the id only from the necessary and supported links oembed tool provided by tiktok to embed these videos
Submitted by
Oscar David Garces Gomez - FB@soyvillareal
-
a year ago
2022-06-17 02:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai citizen
PCRE (PHP <7.3)
rule for parse thai citizen card
Submitted by
socool
-
a year ago
2022-06-17 04:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai credit card
PCRE (PHP <7.3)
rule for parse thai credit card
Submitted by
socool
-
a year ago
2022-06-17 04:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai car register
PCRE (PHP <7.3)
rule for thai registered car
Submitted by
socool
-
a year ago
2022-06-17 04:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
scrape pdf
Python
get data from pdf
Submitted by
anonymous
-
a year ago
2022-06-17 09:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Meh
Python
d
Submitted by
anonymous
-
a year ago
2022-06-18 04:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Token Delimiter
PCRE (PHP <7.3)
Token Delimiter
Submitted by
anonymous
-
a year ago
2022-06-20 15:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Números enteros aislados
Python
Hace coincidir números enteros aislados para el sistema de numeración decimal. test: 11 +11 -11 99-99 a99 a+99 a-99 99a +99a -99a
Submitted by
Johnny Alonso
-
a year ago
2022-06-21 23:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extarct Gene Name from GTF File
Python
The following regex can be used to extract gene names from gtf files
Submitted by
anonymous
-
a year ago
2022-06-22 12:31
1
...
546
547
548
549
550
551
552
...
565
Token Delimiter
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
[
\s
=
\/
:@#$*|,;'"
\\
(
\[
{}
\)\]
<>._-
]
+
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-06-20 15:25