Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
Decimals
Created
·
2020-06-18 13:33
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
certs cash
Created
·
2020-06-18 13:59
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match all valid hashtags
Created
·
2020-06-22 18:22
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
a link
Created
·
2020-06-19 04:05
Flavor
·
PCRE (Legacy)
Maginifying glass
Submitted by
anonymous
0
a123b
Created
·
2020-06-19 08:10
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Beijing 2020.06.19
Created
·
2020-06-19 10:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Semantic version 2.0
Created
·
2020-06-19 17:42
Flavor
·
PCRE (Legacy)
Semantic version 2.0 recommended regex https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
Submitted by
anonymous
0
Price
Created
·
2020-06-20 12:35
Flavor
·
ECMAScript (JavaScript)
tuščias laukas sveikas skaičius 1 arba 2 skaičiai po kablelio / taško pvz. 123 123,5 123,54 123.5 123.54
Submitted by
anonymous
0
ABV
Created
·
2020-06-21 06:36
Flavor
·
PCRE (Legacy)
du skaitmenys kablelis arba taškas vienas skaitmuo po kablelio min 40, max 69,9 pvz.: 40 52.2 63,4 69
Submitted by
anonymous
0
Barcode
Created
·
2020-06-20 12:32
Flavor
·
ECMAScript (JavaScript)
13 skaitmenų be tarpų pvz.: 5000299298688
Submitted by
anonymous
0
Vintage
Created
·
2020-06-20 12:33
Flavor
·
PCRE (Legacy)
1960-2017 not required
Submitted by
anonymous
0
Butterknife Java to Kotlin
Created
·
2020-06-20 13:14
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
EXURI
Created
·
2020-06-20 16:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
yorha93
0
Distilled / Bottled
Created
·
2020-06-20 16:52
Flavor
·
PCRE (Legacy)
1999 1999-02 1999/02 1999-02-08
Submitted by
anonymous
0
2D example
Created
·
2020-06-20 17:10
Flavor
·
PCRE (Legacy)
Use this expressions to demonstrate the use of 2D barcodes with the "Almacenaje Esbelto" powerpoint show.
Submitted by
anonymous
0
Vevo embed
Created
·
2020-06-20 18:01
Flavor
·
PCRE (Legacy)
Match any Vevo embed link for web project.
Submitted by
anonymous
0
YouTube embeb
Created
·
2020-06-20 18:00
Flavor
·
PCRE (Legacy)
Match any format of YouTube link for YouTube embeds in any web project.
Submitted by
anonymous
0
Age
Created
·
2020-06-21 06:35
Flavor
·
ECMAScript (JavaScript)
Vienas skaitmuo (nuo 3), du skaitmenys (iki 69) pvz.: 3 69
Submitted by
anonymous
0
匹配HTML
Created
·
2020-06-21 14:58
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
分组与断言
Created
·
2020-06-22 00:58
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
703
704
705
706
707
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-06-07 17:16
Flavor
·
ECMAScript (JavaScript)
/
#
Time:
\s
(?<timestamp>
.
*
)
\n
#
.
*
Id:
\s
(?<id>
.
*
)
\n
#
\s
Query_time:
\s
(?<duration>
[
\d
.
]
*
)
\s.
*
time:
\s
(?<lock_time>
[
\d
.
]
*
)
\s.
*
_sent:
\s
(?<returned>
\d
*
)
\s.
*
_examined:
\s
(?<searched>
\d
*
)
\n
(?<sql>
[
\s\S
]
*
)
/
gm
Open regex in editor
Description
Parse the CloudWatch mysql slowlog into coherent fields.
Submitted by
Frank Baxter