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
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,300 community submitted regex patterns...
0
Normalizing data from a string
Python
Gets several strings and makes a list of data attributes in a formatted way
Submitted by
SevebFeet
-
a year ago
0
Parse Roco url for information
Python
Parses a url on the roco.cc site to its informative parts
Submitted by
Dirkjan Krijnders
-
a year ago
0
Special GPS input
Python
Used for TrigDroid
Submitted by
anonymous
-
a year ago
0
10.*.*.X IP Adress
Python
An expression to match 10.\.\.X IP Addresses. Examples 10.10.10.2 10.0.0.5...
Submitted by
meowmeow
-
a year ago
0
pxc plcnext
Golang
plcnext version strings
Submitted by
anonymous
-
a year ago
0
Lietuviškas tekstas
Python
Šis šablonas parenka visas žodžių raides, kurios prasideda viena didžiąja raide, turi bent vieną didžiąją raidę ar skaičių, bet gali turėti daugiau mažųjų raidžių ar skaičių, ir gali būti atskirtos tarpo simboliu.
Submitted by
anonymous
-
a year ago
0
Lietuviškas tekstas
Python
Išrinkite visus žodžius, kurie yra iš visų didžiųjų raidžių (PVM, SWIFT, HABALT22)
Submitted by
anonymous
-
a year ago
0
Bespoke NGINX Log Parse
Python
Splits NGINX logs into named groups
Submitted by
Simon
-
a year ago
0
Roman numerals check
Python
It is used to check if the roman number is valid
Submitted by
JNg
-
a year ago
0
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
-
a year ago
0
cep Brazil
Python
Brazilian zip code verification, with 8 digits separated or not by -
Submitted by
anonymous
-
a year ago
0
Dagger exception parsing
Python
https://github.com/dagger/dagger/issues/4706#issuecomment-1498009538
Submitted by
anonymous
-
a year ago
0
AWS EC2 CDK Machine
Python
Validates if a string is a ec2 machine valid instance type.
Submitted by
https://github.com/DEADSEC-SECURITY
-
a year ago
-1
regex to check for buffer printing
Python
This regex checks if c/c++ code contains char buffer that is later printed.
Submitted by
tagoras
-
a year ago
0
Phone number finder
Python
Finds a phone number.
Submitted by
anonymous
-
a year ago
0
Email finder
Python
Find emails in a string.
Submitted by
anonymous
-
a year ago
0
URL
Python
Regex de URL
Submitted by
anonymous
-
a year ago
0
IWANTOUT
Python
IWANOUT
Submitted by
anonymous
-
a year ago
0
trimming whitespaces from the beginning and from the end
Python
trimming whitespaces from the beginning and from the end
Submitted by
anonymous
-
a year ago
0
auto-gpt capture command
Python
auto-gpt capture command
Submitted by
anonymous
-
a year ago
1
...
110
111
112
113
114
115
IPv4 extraction
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
10 years ago