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 18,000 community submitted regex patterns...
1
Search for Abbreviations and acronyms
PCRE (PHP <7.3)
no description available
Submitted by
Agustín Bouillet
-
8 years ago
1
Apache Error Log Date Parsing
PCRE (PHP <7.3)
Parse the date from an Apache Error Log in the format of "Wed Jun 01 20:05:21.12345 2016"
Submitted by
garys
-
8 years ago
1
ip addr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
timestamp offset
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Url Exclud word
PCRE (PHP <7.3)
exclude match if a word is in the url
Submitted by
anonymous
-
8 years ago
1
Perfect URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Helpful for refactoring functions (ex: removing second argument)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Amplify
PCRE (PHP <7.3)
Amplify XDA Guide
Submitted by
anonymous
-
8 years ago
1
click_error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
work trimming output
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HPE / report part 4
PCRE (PHP <7.3)
no description available
Submitted by
stelf
-
8 years ago
1
IP range 193.172.166.100 193.172.166.251
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
IP Range 193.172.166.0 - 193.172.166.31
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Verify Password
PCRE (PHP <7.3)
I verify if a string contains from 8 to 10 char and at least one of the following: Upper case char, lower case char, number, special character
Submitted by
exSnake
-
8 years ago
1
Formato RUN
PCRE (PHP <7.3)
Formato del Rol Único Nacional en Chile
Submitted by
Jorge Moyano Fuentes
-
8 years ago
1
Match for courses
ECMAScript (JavaScript)
Match with courses like: AB123, AB 123, ABC123 or ABC 123
Submitted by
Matheus Sampaio
-
8 years ago
1
controllers check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HSI DISCOUNTS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
DATA Charge
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ES6 Template Literals
ECMAScript (JavaScript)
Matches the template literals in a given string
Submitted by
Ozzy
-
8 years ago
1
...
180
181
182
183
184
...
900
Community Library Entry
0
Regular Expression
Java 8
"
^
(?<first>
[
a
-
z
]
+
)
\.
(?<second>
[
a
-
z
]
+
)
$
"
i
Open regex in editor
Description
This is an example for stackoverflow
Submitted by
anonymous
-
a year ago