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,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Roman numerals check
Python
It is used to check if the roman number is valid
Submitted by
JNg
-
8 months ago
2023-03-29 06:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cisco_interface_back
Python
\D+([0-9]/[0-9]|.)\s+(\d+\.\d+\.\d+\.\d+|unngiged)\s+(YES|NO)\s+\D{4,}\s+[A-Za-z]{2,}\s+[A-Za-z]{2,}\s+
Submitted by
anonymous
-
8 months ago
2023-04-06 09:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cep Brazil
Python
Brazilian zip code verification, with 8 digits separated or not by -
Submitted by
anonymous
-
8 months ago
2023-04-06 20:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dagger exception parsing
Python
https://github.com/dagger/dagger/issues/4706#issuecomment-1498009538
Submitted by
anonymous
-
8 months ago
2023-04-08 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AWS EC2 CDK Machine
Python
Validates if a string is a ec2 machine valid instance type.
Submitted by
https://github.com/DEADSEC-SECURITY
-
8 months ago
2023-04-10 10:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Correct Answers
Python
Gets correct answers from Moodle test printed as PDF from browser (right now only spanish language)
Submitted by
anonymous
-
8 months ago
2023-04-12 20:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number finder
Python
Finds a phone number.
Submitted by
anonymous
-
8 months ago
2023-04-13 07:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email finder
Python
Find emails in a string.
Submitted by
anonymous
-
8 months ago
2023-04-13 07:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL
Python
Regex de URL
Submitted by
anonymous
-
8 months ago
2023-04-14 15:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IWANTOUT
Python
IWANOUT
Submitted by
anonymous
-
8 months ago
2023-04-14 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
trimming whitespaces from the beginning and from the end
Python
trimming whitespaces from the beginning and from the end
Submitted by
anonymous
-
7 months ago
2023-04-18 12:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt capture command
Python
auto-gpt capture command
Submitted by
anonymous
-
7 months ago
2023-04-19 00:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tacacs legacy server definition: sentence and parts
Python
This query extract the entire tacacs legacy configuration by servers and divide its parts on groups
Submitted by
anonymous
-
7 months ago
2023-04-19 07:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract structure from dates
Python
1-12 / 2022
Submitted by
anonymous
-
7 months ago
2023-04-19 09:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
autogpt-system-command-parse
Python
autogpt-system-command-parse
Submitted by
anonymous
-
7 months ago
2023-04-20 20:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
7 months ago
2023-04-20 21:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt-parse next-action
Python
auto-gpt-parse next-action
Submitted by
anonymous
-
7 months ago
2023-04-20 22:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
autogpt-parse next-action
Python
autogpt-parse next-action
Submitted by
anonymous
-
7 months ago
2023-04-20 22:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt- parse system cmd
Python
auto-gpt- parse system cmd
Submitted by
anonymous
-
7 months ago
2023-04-21 23:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配限定后缀名中的指定关键字,忽略大小写
Golang
匹配.mkv和.mp4后缀名中包含menu或sp或.sample,忽略大小写
Submitted by
anonymous
-
7 months ago
2023-04-26 14:31
(Last modified 7 months ago)
2023-04-26 14:38
1
...
108
109
110
111
112
113
114
streets with one or more names with unicode characters in python
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
[
a
-
zA
-
Z
\u00C0-\u017E
]
+
(?:
\.
|
-
|
)
)*
[
a
-
zA
-
Z
\u00C0-\u017E
]
*
$
"
gmu
Open regex in editor
Description
Loading markdown...
Submitted by
Stanicio
-
2 years ago
2022-02-13 02:14