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...
0
Port mapping
PCRE (PHP <7.3)
no description available
Submitted by
yord
-
9 years ago
0
Match IP (ipv4) addresses: [0.0.0.0]-[255.255.255.255]
PCRE (PHP <7.3)
Matches ranges from 0-255 for all four octets. Extra leading or trailing '.' invalidate the match, as do values > 255.
Submitted by
OnlineCop
-
9 years ago
0
media info parser
PCRE (PHP <7.3)
This regex can be used to parse the "general", "video" or "audio" stream metadata returned by the mediainfo.dll inform() call.
Submitted by
J.T. Taylor
-
9 years ago
0
Matches dash-seperated terms in.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
trim IP
PCRE (PHP <7.3)
find leading zeros in ipv4 adresses
Submitted by
anonymous
-
9 years ago
0
ipv4
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Spain mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile telephone numbers in Spain.
Submitted by
Carlos Interactive3g
-
9 years ago
0
Portugal mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile phone numbers in Portugal
Submitted by
Carlos Interactive3g
-
9 years ago
0
Phone numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Find li tag with "word"
PCRE (PHP <7.3)
Find li tag with "word"
Submitted by
Sazar
-
9 years ago
0
Match PHP define
PCRE (PHP <7.3)
Matches PHP define("CONSTANT", "VALUE)
Submitted by
xZero
-
9 years ago
0
Select Topmost HTML Tags
PCRE (PHP <7.3)
no description available
Submitted by
Guilherme C. Souza
-
9 years ago
0
Get specific <span> tag
PCRE (PHP <7.3)
Get an specific html tag and return his content
Submitted by
Ivan Milazzotti
-
9 years ago
0
French telephone number
PCRE (PHP <7.3)
Match french telephones numbers. Allows space, dot and dash between pairs of numbers.
Submitted by
bsymon
-
9 years ago
0
purge creo model
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
symfe - Group with exclusions
PCRE (PHP <7.3)
Select from a pattern a group without some parameters
Submitted by
symfe
-
9 years ago
0
Italy mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile phone numbers in Italy
Submitted by
Carlos Interactive3g
-
9 years ago
0
Spain mobile phone numbers
PCRE (PHP <7.3)
Matches current mobile telephone numbers in Spain.
Submitted by
Carlos Interactive3g
-
9 years ago
0
apache log analysis
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Java poet regex alternative.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
541
542
543
544
545
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
.
*
(?!
CP
)
)
(
(?=
CP
|
UP
)
.
*
)
(
(?=
CP
|
UP
)
.
*
)
/
gm
Open regex in editor
Description
Regex for took area name only
Submitted by
anonymous
-
2 years ago