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,280 community submitted regex patterns...
1
java
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Test
Python
test
Submitted by
test
-
9 years ago
1
parser =
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Match initials
Python
Match initials of a person name
Submitted by
anonymous
-
9 years ago
1
Help
Python
no description available
Submitted by
anonymous
-
9 years ago
1
postgresql
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Category and subitems
Python
Categories with items name, type and size
Submitted by
Alex
-
9 years ago
1
get parameter of function
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Selecting an array of bytes in a long string
Python
no description available
Submitted by
Shahzeb Ihsan
-
9 years ago
1
python-kurs.eu einfache Suche 150828
Python
no description available
Submitted by
http://www.python-kurs.eu/re.php
-
9 years ago
1
pl
Python
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-0
Python
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-1
Python
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-4
Python
no description available
Submitted by
anonymous
-
9 years ago
1
sml-identifier
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Ordinal
Python
Matches ordinal numbers
Submitted by
D
-
9 years ago
1
formais
Python
exercicios formais
Submitted by
luizurias
-
9 years ago
1
formais
Python
1b
Submitted by
ziul
-
9 years ago
1
neo4j install folder
Python
Neo4j non-relational DB install folder extracting
Submitted by
trianglesis
-
9 years ago
1
Mod4 Regex
Python
Mod4 Regex Sapzip
Submitted by
re4lfl0w
-
9 years ago
1
...
8
9
10
11
12
...
114
Kafka loki parser
1
Regular Expression
Golang
`
\[
(?P<timestamp>
\d
+
-
\d
{2}
-
\d
{2}
\d
{2}
:
\d
{2}
:
\d
{2}
,
\d
{3}
)
\]
(?P<level>
[
A
-
Z
]
+
)
\[
(?P<context>
.
+
?
)
\]
(?P<msg>
.
+
)
\(
(?P<logger>
.
+
)
\)
`
gm
Open regex in editor
Description
Kafka loki parser
Submitted by
anonymous
-
10 months ago