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,640 community submitted regex patterns...
0
eval expression
Python
expression will create from example: 2 + 1 + 3 * 510.3 - 50 * (20 - 29 * 2) this: 2,+,1,+,3,,510.3,-,50,,(20,-,29,*,2)
Submitted by
NotMEE12
-
a year ago
0
ip address
Java 8
ip address regex
Submitted by
shyam
-
a year ago
0
tas-branch-validation
Java 8
tas-branch-validation
Submitted by
doron-hafner
-
a year ago
0
Git Commit Message Validation
Python
Validate a modified Version of https://udacity.github.io/git-styleguide/
Submitted by
anonymous
-
a year ago
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
Kyivstar phone number
Java 8
Kyivstar phone number
Submitted by
milka_vlad
-
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
Take segments to string
Java 8
Take segments to string
Submitted by
Lufram
-
a year ago
0
Other segment
Java 8
Other segments
Submitted by
Lufram
-
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
awdwa
Java 8
dwa
Submitted by
dwa
-
a year ago
0
section headers
Java 8
ff
Submitted by
ff
-
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
1
...
125
126
127
128
129
...
132
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