Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 5,760 community submitted regex patterns...
0
AWS EC2 CDK Machine
Python
Validates if a string is a ec2 machine valid instance type.
Submitted by
https://github.com/DEADSEC-SECURITY
-
2 years ago
0
S3 AWS Bucket Matcher
ECMAScript (JavaScript)
This matcher follows the rules given at https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html for legal s3 bucket names (the segment before the first slash if any)
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Phone number finder
Python
Finds a phone number.
Submitted by
anonymous
-
2 years ago
0
Email finder
Python
Find emails in a string.
Submitted by
anonymous
-
2 years ago
0
Split up text to 40 signs
Java 8
This splits a text into sequences of max. 40 chars, concatting with a pipe
Submitted by
anonymous
-
2 years ago
0
find domains in text
ECMAScript (JavaScript)
This regex will find domain inside of strings
Submitted by
anonymous
-
2 years ago
0
URL
Python
Regex de URL
Submitted by
anonymous
-
2 years ago
0
IWANTOUT
Python
IWANOUT
Submitted by
anonymous
-
2 years ago
0
Filename without extension
ECMAScript (JavaScript)
Selects only the filename of a file, including dotfiles.
Submitted by
anonymous
-
2 years ago
(Last modified 6 months ago)
0
trimming whitespaces from the beginning and from the end
Python
trimming whitespaces from the beginning and from the end
Submitted by
anonymous
-
2 years ago
0
Pick uuidValue from jSON payload
Java 8
.
Submitted by
jeevan
-
2 years ago
0
auto-gpt capture command
Python
auto-gpt capture command
Submitted by
anonymous
-
2 years ago
0
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
-
2 years ago
0
Extract structure from dates
Python
1-12 / 2022
Submitted by
anonymous
-
2 years ago
0
Email address supporting plus addressing and multiple subdomains.
ECMAScript (JavaScript)
This expression follows the rules displayed at https://knowledge.validity.com/hc/en-us/articles/220560587-What-are-the-rules-for-email-address-syntax-. Note that their rules DO NOT exactly match those of the applicable RFC 5322 (sections 3.2.3 and 3.4.1) and RFC 5321, but rather supports a pattern ...
Submitted by
Eric Bewley
-
2 years ago
0
Extract email from - Add "email"
ECMAScript (JavaScript)
Replace Add "xyz@abc.com" with xyz@abc.com
Submitted by
anonymous
-
2 years ago
0
autogpt-system-command-parse
Python
autogpt-system-command-parse
Submitted by
anonymous
-
2 years ago
0
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
2 years ago
0
auto-gpt-parse next-action
Python
auto-gpt-parse next-action
Submitted by
anonymous
-
2 years ago
0
autogpt-parse next-action
Python
autogpt-parse next-action
Submitted by
anonymous
-
2 years ago
1
...
281
282
283
284
285
...
288
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
simple
)
(?!
[^
<>
]
*
>
)
/
gi
Open regex in editor
Description
expression to look for words in innerText & not in html tags as id or class or style name
Submitted by
umarfarukh
-
11 years ago