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 2,460 community submitted regex patterns...
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
-
a year 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
-
a year 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)
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)
RegexNumberDecimal
Java 8
For two digits in regex in decimal places two and allow two digits before that point decimal
Submitted by
anonymous
-
a year ago
2022-06-15 16:33
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)
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)
Email - Works 99% close to oficial Standards
Java 8
Email - Works 99% close to oficial Standards, even better
Submitted by
CryptoCode
-
a year ago
2022-06-18 08:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Instagram Profile Url Test
Java 8
Testing all known Variations of Instagram Profile Url's
Submitted by
CryptoCode
-
a year ago
2022-06-18 09:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LinkedIn Profile Url
Java 8
LinkedIn Profile Url
Submitted by
Morons
-
a year ago
2022-06-18 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
lat cyr letters
Java 8
only lat and cyr letters
Submitted by
anonymous
-
a year ago
2022-06-20 05:51
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
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valores numéricos aislados
Python
Hace coincidir para el sistema de numeración decimal valores numéricos aislados, es decir, valores no unidos a otros caracteres. test: 11 +11 -11 99-99 a99 a+99 a-99 99a +99a -99a 22e22 22e+22 +22e22 +22e+22 22.22 22. .22 22.e22 22.e+22 22.22e22 22.22e+22 .22e22 .22e+22 88e 88e+ e88 e+88 88e88.
Submitted by
Johnny Alonso
-
a year ago
2022-06-22 23:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pick third section
Python
Pick third section
Submitted by
Charles
-
a year ago
2022-06-23 07:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex to flag the word "pharmafia"
Python
Useful for forum moderators looking to flag variations of the word "pharmafia" in comments. captures the following variations: pharmafia ph4rm4f14 phar_mafia phar-mafia
Submitted by
tychopotts
-
a year ago
2022-06-27 01:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FiveM cfx.re/join Link Regex
Python
Matches any valid cfx.re/join/ links.
Submitted by
Johnny_JTH
-
a year ago
2022-06-27 11:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Python program to match if two words from a list of words starting with letter 'P'.
Python
Python program to match if two words from a list of words starting with letter 'P'.
Submitted by
anonymous
-
a year ago
2022-06-27 20:54
1
...
104
105
106
107
108
109
110
...
123
use positive look behind and flags=re.I
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(?<=
[
qwrtypsdfghjklzxcvbnm
]
)
(
[
aeiou
]
{2,}
)
(
[
qwrtypsdfghjklzxcvbnm
]
)
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 years ago
2017-11-30 17:29