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,080 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Author names
Python
Matches author names
Submitted by
anonymous
-
a year ago
2022-07-12 06:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TRye bracktres
Python
gfhtrgh
Submitted by
anonymous
-
a year ago
2022-07-18 20:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
telephone_finder
Python
[-+ ]?[178]?[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?
Submitted by
anonymous
-
a year ago
2022-07-21 05:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bandwidth value validation
Python
Bandwidth value validation: 1-1023K 1-1023M 1-40G
Submitted by
Damien Stuart
-
a year ago
2022-07-22 17:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email validation regex
Python
This email validation regex works perfectly (99.99%) for validating email address entries. The regex does not match email addresses with with the following characteristics: Addresses that begin/end with a special character Addresses with consecutive repeated special characters ...
Submitted by
Bright Owusu
-
a year ago
2022-07-23 17:46
(Last modified a year ago)
2022-07-23 18:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Out of
Python
Out of
Submitted by
anonymous
-
a year ago
2022-07-26 09:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Contas regex
Python
A simple regex for contas bancárias
Submitted by
anonymous
-
a year ago
2022-07-27 03:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
singleTime ztm
Python
ss
Submitted by
pochwix2
-
a year ago
2022-07-27 11:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Code Block Splitting
Python
Useful for getting codeblock from a text
Submitted by
anonymous
-
a year ago
2022-07-29 14:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
KPI Dash Drop-In Image Compliance
Python
This regex is designed for end users to test if there image file is name compliant.
Submitted by
Jeremiah Carlson
-
a year ago
2022-08-11 16:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vampire output formulas
Python
Parses the output of the automated theorem prover Vampire. Matches the output lines printed by the options --show_everything, --show_active, --show_new etc. Run vampire --show_everything on to generate a compatible string.
Submitted by
Filip Bártek
-
a year ago
2022-08-16 17:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vampire proof formulas
Python
Parses the output of the automated theorem prover Vampire. Matches the output lines that contain the proof. Run vampire --proof on to generate a compatible string.
Submitted by
Filip Bártek
-
a year ago
2022-08-17 11:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Android Package REgex
Python
Not perfect but works
Submitted by
anonymous
-
a year ago
2022-08-17 14:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Camel/pascal case to snake case
Python
Converts camel or pascal case to snake case But it still needs to be converted to lower case
Submitted by
anonymous
-
a year ago
2022-08-17 19:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EC21 docs
Python
Get AT explain
Submitted by
anonymous
-
a year ago
2022-08-18 04:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
... at start or end of line including whitespace
Python
Used to format kaggle dataset
Submitted by
anonymous
-
a year ago
2022-08-18 13:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
number two decimal digit
Python
.
Submitted by
anonymous
-
a year ago
2022-09-05 12:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AyL
Python
Example of re and substitutions with csv file
Submitted by
Ing Daniel Pérez
-
a year ago
2022-09-07 14:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Postcodes
Python
This identifies whether a postcode (four numbers, two letters has been provided)
Submitted by
anonymous
-
a year ago
2022-09-13 09:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Project
Python
Project
Submitted by
anonymous
-
a year ago
2022-09-14 12:58
1
...
91
92
93
94
95
96
97
...
104
Retorno de carro para pdf
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
\r
?
\n
(?!
\s
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2018-08-03 14:33