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 11,540 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
skipping chacrecter range regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-27 10:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
forti backup timestamp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-27 17:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-05-28 11:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HTTP Protocol Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-28 21:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Duplicate Slash Pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-28 21:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Eventide CAD OR Draft
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 05:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CONCAT code (RJ)
PCRE (PHP <7.3)
RJ provided CONCAT code
Submitted by
anonymous
-
3 years ago
2020-05-29 09:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
shell short regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 10:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Stroller PDP's: EMEA + US
PCRE (PHP <7.3)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
-
3 years ago
2020-05-29 13:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Stroller PDP's: EMEA + US
PCRE (PHP <7.3)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
-
3 years ago
2020-05-29 13:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Stroller PDP's : France, Sweden, Italy, Austria, Belgium, Ireland, Finland, Czechia, Denmark, Slovakia, Portugal, Croatia, Hungary, Luxemboorug, Slove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 13:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name Soname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 17:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Meta-Tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract words between ":" and "-"
PCRE (PHP <7.3)
extract string between strings
Submitted by
anonymous
-
3 years ago
2020-05-30 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get child configs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-30 14:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google font downloader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-31 13:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google font css url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-31 13:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PHP Linting - Regex to bring curly brace next to control structure instead than on new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-06-01 14:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get SKU, leave out _# before file extension
PCRE2 (PHP >=7.3)
For a batch of photos named in the following fashion: {SKU}_{#}.jpg, where the _{#} is optional, only present when the photo is part of an image gallery for a given SKU. This expression uses lazy quantifying, because I need the expression to match as many characters as there are leading up to the p...
Submitted by
Mendel Groner
-
a year ago
2022-03-31 14:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get Sku, leave out _# before file extension (version 2)
PCRE2 (PHP >=7.3)
Another rendition of the previous expression, without the lazy quantification. Here, the expression will match any character except for the underscore character, so if there is an underscore, it will stop and evaluate the lookahead. I wonder which one is faster
Submitted by
anonymous
-
a year ago
2022-03-31 14:28
1
...
520
521
522
523
524
525
526
...
577
Validate cron schedule string
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
\s
?
\d
{1,2}
:
\d
{1,2}
)+
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Michael Sundgaard
-
8 years ago
2015-07-09 13:45