Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 5,600 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AUX/LUX
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-07 19:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
numbers
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-08 06:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CAN2-OK-1
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-08 07:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CAN1-v2-OK-1
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-08 07:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract URI from LinkedIn CV string
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 12:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get value between q="...... "
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-09 17:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hugo Version Number
Python
Get the version number (like 0.69.2) from the "hugo version" output. Hugo is a static site generator (see https://gohugo.io).
Submitted by
anonymous
-
3 years ago
2020-05-09 21:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
20200510
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-10 14:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Return error description from custom application log
Python
Returning the error description after 'R' and before '('
Submitted by
anonymous
-
3 years ago
2020-05-11 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Clockify time entry
ECMAScript (JavaScript)
Clockify time extry grouping in hours, minutes, and seconds.
Submitted by
anonymous
-
3 years ago
2020-05-12 02:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Asciidoctor Shortcutes Key-Value Pairs
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tst
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VAT number
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-12 13:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Our order number
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-14 09:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
"Buster" keyword recognizer for 'elderly' flow
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-14 02:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Exclude free emails
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-14 13:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sample Code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-15 13:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nosh
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-17 13:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-05-18 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Lenguajes y automatas I
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-18 21:36
1
...
244
245
246
247
248
249
250
...
280
printf conversion specification parsing
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
%
(?P<flags>
[
-+
#0
]
*
)
(?P<width>
\d
+
|
\*
)?
(?:
\.
(?P<precision>
\d
+
|
\*
)
)?
(?P<length>
hh
|
h
|
l
|
ll
|
j
|
z
|
t
|
L
|
I64
)?
(?P<specifier>
[
%csdioxXufFeEaAgGnp
]
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Haruka Ma
-
2 years ago
2021-04-17 09:35