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,160 community submitted regex patterns...
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
-
5 months ago
2023-04-21 23:22
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
-
5 months ago
2023-04-20 22: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
-
5 months ago
2023-04-20 22:12
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
-
5 months ago
2023-04-20 21:23
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
-
5 months ago
2023-04-20 20:46
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
-
5 months ago
2023-04-19 09:05
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
-
5 months ago
2023-04-19 07:15
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
-
5 months ago
2023-04-19 00:54
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
-
5 months ago
2023-04-18 12:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IWANTOUT
Python
IWANOUT
Submitted by
anonymous
-
5 months ago
2023-04-14 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL
Python
Regex de URL
Submitted by
anonymous
-
5 months ago
2023-04-14 15:17
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
-
5 months ago
2023-04-13 07:26
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
-
5 months ago
2023-04-13 07:20
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
-
5 months ago
2023-04-12 20:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Questions & Answers
Python
Gets questions and answers from Moodle test printed as PDF from browser (right now only spanish language)
Submitted by
anonymous
-
5 months ago
2023-04-12 20:36
(Last modified 5 months ago)
2023-04-12 21:15
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
regex to check for buffer printing
Python
This regex checks if c/c++ code contains char buffer that is later printed.
Submitted by
tagoras
-
6 months ago
2023-04-11 11:16
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
-
6 months ago
2023-04-10 10:30
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
-
6 months ago
2023-04-08 16:20
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Caltrans EA validation with optional XX-XXXXXX entry and C##-#????#
.NET (C#)
Checks validity of an EA number first two digits 01-12 followed by hyphen then a number from 0-4 and then 4 numbers or uppercase letters and ending in a 1 or 4 for example "05-1J7601". Adding a capital C to the beginning is also accepted "C05-1J7601", along with the entry of 2 X's hyphen and 6 X's ...
Submitted by
RDJ@Ct
-
6 months ago
2023-04-07 19:11
(Last modified 6 months ago)
2023-04-07 19:51
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
-
6 months ago
2023-04-06 20:47
1
2
3
4
5
6
7
...
108
Initials
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
(?:
(?=
Medication
|
Administration
|
Record
)
\b
(
.
)
(?>
edication
|
dministration
|
ecord
)
)
"
gs
Open regex in editor
Description
Loading markdown...
Submitted by
Eddie Choong
-
a year ago
2022-10-17 02:13