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 4,320 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all words which have 2 characters, then EITHER OR then POINTER
Python
Write a regular expression to find all words which have the first two characters of "ab", and after that at some point EITHER a "z" or a "y", and then after that at some point an "s". The "s" does not have to be at the end of the word. So the following words are all examples of words which you shou...
Submitted by
anonymous
-
4 years ago
2019-11-05 19:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all words with Character and specific string and end in y
Python
Supply an appropriate regular expression which will find all words which have the character ‘a’ in them, then 0 or more characters later have the string “epe”, then 0 or more characters later have the character “y”. The “y” character must occur AT THE END of the word in question, but the first ‘a’ d...
Submitted by
anonymous
-
4 years ago
2019-11-05 19:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name w/ unicode
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-07 11:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Winamax Tournament History
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-09 20:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
panbaidu
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-11 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validator
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-14 15:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fizl tag parsing
Python
The fizl tool for Tex coherence checking supports %[tag] elements
Submitted by
anonymous
-
4 years ago
2019-11-16 22:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
unit_no_extraction
Python
CREMATRIX
Submitted by
anonymous
-
4 years ago
2019-11-19 12:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
v1.0
Python
Coge todos los casos válidos, descarta todos los incorrectos.
Submitted by
anonymous
-
4 years ago
2019-11-22 16:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
timestamp
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-26 09:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
支持split分组匹配
Python
支持split分组匹配
Submitted by
anonymous
-
4 years ago
2019-11-27 03:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
thuê bao 12 số
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-27 04:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
parse sqs url
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-11-28 13:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Macro Guard '#if' finding regex
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-01 16:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative lookahead
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-11 10:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
4 years ago
2019-12-17 09:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
4 years ago
2019-12-17 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配合法的变量名
Python
\b[a-zA-Z_]\w+
Submitted by
anonymous
-
4 years ago
2019-12-18 12:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正则式的命名和反向引用
Python
(?P(\w+\s+))(?P=dup)
Submitted by
anonymous
-
4 years ago
2019-12-18 13:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
提取有效小数,如果是0,则只保留1个0
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-12-18 15:16
1
...
144
145
146
147
148
149
150
...
216
remove comma from City, State
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
,
.
*
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-04-25 17:21