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 2,420 community submitted regex patterns...
0
str with whitespace not starting with space
Python
no description available
Submitted by
anonymous
-
9 years ago
0
teste
Python
tes
Submitted by
tes
-
9 years ago
1
Apache Access Log pattern
Python
Apache Web server log file format following the standard
Submitted by
Basil Tungekar
-
9 years ago
-2
IPv4
Python
allows for all legal IPv4 addresses
Submitted by
anonymous
-
9 years ago
-1
date format for year 2000 above
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Orignial Log Parse (Spark Lab2)
Python
no description available
Submitted by
anonymous
-
9 years ago
0
apache log analysis
Python
no description available
Submitted by
anonymous
-
9 years ago
1
ip address @pexipdemo.com
Python
no description available
Submitted by
anonymous
-
9 years ago
0
XML 1.0 dateTime values
Python
dateTime type matching regex for XML 1.0
Submitted by
DervishD
-
9 years ago
3
prices in nis
Python
no description available
Submitted by
molaxx
-
9 years ago
1
iOS Localizable.strings parser
Python
Can be used to find all keys and values in .strings file. Matching pattern: "key" = "value";
Submitted by
Natan Zalkin
-
9 years ago
1
JSONREGEX
Python
no description available
Submitted by
anonymous
-
9 years ago
-3
Matches percentage with any number of digits
Python
Only captures value for converting percentage to decimal. Returns empty if percentage but no value. no match = no percentage found
Submitted by
sharkey
-
9 years ago
-2
Host and domains
Python
no description available
Submitted by
anonymous
-
9 years ago
0
ipv4
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format.
Submitted by
Travis
-
9 years ago
6
IOS3166 Country Code Identification REGEX
Python
IOS3166 Country Code Identification REGEX
Submitted by
theitgeek@recu.org.uk
-
9 years ago
2
suricata OSSIM regex-1
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Substitution not wokring
Python
For python regex, substiution not working properly. It is not replcing matched content of $1... and so on. Please take a look.
Submitted by
anonymous
-
9 years ago
1
...
113
114
115
116
117
...
121
Community Library Entry
1
Regular Expression
Python
r"
(
[
0
-
9
]
{2}
:
){3}
[
0
-
9
]
{2}
"
g
Open regex in editor
Description
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
9 years ago