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 5,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract ac code from fasta headers
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 13:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show http-server) - Platform (Cisco Nexus Switch)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show feature) - Platform (Cisco Nexus Switch)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show ip interface brief) - Platform (Cisco Switches/Routers)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
postal code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-19 05:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-20 05:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
transaction amount
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 00:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 06:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 06:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 07:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 07:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C scientific notation
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C characters
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_for_copper_filenames
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PIN Number Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 20:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
h_spring-present-absent
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-test-main
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-absent-present
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Persian Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 08:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UUID & GUID 36 char matcher (short)
ECMAScript (JavaScript)
case-insensitive
Submitted by
anonymous
-
4 years ago
2020-01-25 21:36
1
...
224
225
226
227
228
229
230
...
271
Todo Comments
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
\/\/
(?:
?
|
\t
?
)
(?:
TODO
|
XXX
|
FIXME
)
(?:
\:
?
|
\
?
)
(
.
*
$
)
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
Marvin Hagemeister
-
7 years ago
2016-05-26 17:03