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,300 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
pull version number
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 17:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
BigTimeRegex2
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
BigTimeRegex3
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
a
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:19
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
HTML tag search
Python
finds the common html tags
Submitted by
Henri Mulder
-
7 years ago
2016-06-24 20:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
re
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-26 18:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
xref phone number
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-27 07:24
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
RUBROS
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 20:57
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
C-style comments
Python
Match C-style comments
Submitted by
Mykola Orliuk
-
7 years ago
2016-07-02 13:39
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
step1
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-07-03 21:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
SubRE
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-07-07 00:22
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
catch TXT record DNS
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-07-07 08:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
arwe
Python
rwe
Submitted by
wree
-
7 years ago
2016-07-12 02:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find games titles in roms files
Python
Useful to find only the game title without the tags if you have thousands of files to sort For example : Walt Disney World Quest - Magical Racing Tour (E) (M3) C -> Match only the title
Submitted by
Alex
-
7 years ago
2016-07-12 12:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
python-unicode-hashtags
Python
Because 're' module in python do not support \p{L} unicode class need to use simplistic regex with \w instead \p{L}. But such regexp also match digits like #123, #003 and so on. So it need to further filter out digit-only tags.
Submitted by
Stanislav Otovchits
-
7 years ago
2016-07-12 13:44
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
TV Show
Python
Regex for parsing tv torrent
Submitted by
naingenieu
-
7 years ago
2016-07-13 19:42
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Create a 3 letter acronym
Python
The meaning of the Regexp is create a 3 letters acronym from a given string. i.e. Ruby on Rails = RoR HyperText Markup Languague = HTML
Submitted by
Juan Mesa <linuxven@gmail.com>
-
7 years ago
2016-07-14 03:09
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Skype/IRC log syntax highlighting
Python
Matches date/time/name in several different formats, accounting for brackets, etc Sirenfal: Asdf [11:54] Asdf 11:54 Sirenfal: Asdf [1/1/06 11:54 AM] Sirenfal: asdf...
Submitted by
Sirenfal
-
7 years ago
2016-07-17 09:33
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
LaTeX command
Python
no description available
Submitted by
Mattia Penati
-
7 years ago
2016-07-17 19:18
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Redshift Create Table
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-07-20 14:21
1
...
7
8
9
10
11
12
13
...
115
Password
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
^
(?=
.
*
[
A
-
Za
-
z
]
)
(?=
.
*
\d
)
[
A
-
Za
-
z
\d
$@$!%*?&#
]
{6,}
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Mohammed Elshaboury
-
10 months ago
2023-02-13 13:54