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,020 community submitted regex patterns...
2
Telefoonnummer
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
Find PHP-like variables
ECMAScript (JavaScript)
Search a string for PHP-like variables starting with $, containing an unlimited number of non-whitespace characters and ending with a word boundary of any kind
Submitted by
Pascal Vorwerk
-
9 years ago
2
flex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
Franklin Regex
Python
Testing Franklin related regex matching cases.
Submitted by
Arthur
-
9 years ago
2
Ultimate URL/IP validator
ECMAScript (JavaScript)
Validates most types of URL's and IP addresses. NOTICE! remove "?" after first non-capturing group to forse check protocol.
Submitted by
anonymous
-
9 years ago
2
capture balisephp
ECMAScript (JavaScript)
it's to use to get all tags. not easy to implement because some link in php with ? or > can make trouble to get the closure ?>
Submitted by
simon
-
9 years ago
2
Get consecutive capitalized words
PCRE (PHP <7.3)
"Bank Negara Malaysia", "1Malaysia Development Bhd"
Submitted by
aizu
-
9 years ago
2
US zip Code
ECMAScript (JavaScript)
US zip Code
Submitted by
Aloke
-
9 years ago
2
Date Testing
ECMAScript (JavaScript)
Javascript date regex
Submitted by
anonymous
-
9 years ago
2
Ontario Licence Class Combinations
Python
In Ontario, Canada, license classes are combined on the drivers license. This regex will parse out individual classes from the combination.
Submitted by
Gregory Holley
-
9 years ago
2
5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Markup link
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
yowsup-cli message parsing
Python
This pattern parses the yowsup-cli message output to recover (otherwise lost) messages. Current yowsup version: v2.4
Submitted by
kerel
-
9 years ago
2
Any variable between @
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Iranian National Code Pattern
PCRE (PHP <7.3)
Iranian National Code aka Code Melli
Submitted by
Saeed Tabrizi
-
9 years ago
2
find action,form,forward struts
ECMAScript (JavaScript)
find action,form,forward struts Remplace @ACTION@ = action struts Remplace @FORM@ = form name struts Remplace @FORWARD@ = forward name struts
Submitted by
anonymous
-
9 years ago
2
IRC protocol global parsing
PCRE (PHP <7.3)
prefix (IRC protocol prefix parsing) command parameters (IRC protocol arguments parsing)
Submitted by
kerosene2000
-
9 years ago
2
1
PCRE (PHP <7.3)
no description available
Submitted by
в
-
9 years ago
2
Maritime Container Number Pattern
PCRE (PHP <7.3)
Pattern for container numbers. Without the digit verification of course.
Submitted by
Philippe Michiels
-
9 years ago
2
contents of square brackets
PCRE (PHP <7.3)
eg. test[test Inner] returns 'test inner'
Submitted by
anonymous
-
9 years ago
1
...
865
866
867
868
869
...
901
Community Library Entry
2
Regular Expression
PCRE (PHP <7.3)
/
(?=
(
(
A
[
TU
]
G
)
(?:
.
{3}
)*
?
(?:
[
TU
]
AG
|
[
TU
]
AA
|
[
TU
]
GA
)
)
)
/
ig
Open regex in editor
Description
don't use my older one
Submitted by
tnrich
-
9 years ago