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,680 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Swap MM/DD/YYYY to DD/MM/YYYY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-10 13:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iostat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-10 22:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iotop pipe separated
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-10 22:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dutch mobile number
PCRE (PHP <7.3)
Checks if a Dutch mobile number is in the correct format.
Submitted by
anonymous
-
4 years ago
2019-09-11 13:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
{{{ chave }}}
PCRE (PHP <7.3)
Pegar elemento para pode substituir por algo especifico, ou pegar de keys de um objeto por exemplo.
Submitted by
anonymous
-
4 years ago
2019-09-11 13:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Possible parsing helper / tokenizer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-11 18:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Diffusion filter
PCRE (PHP <7.3)
First group [5] : school year Second group [4] : domain Third group [2] : gender Fourth group [3] : campus
Submitted by
anonymous
-
4 years ago
2019-09-11 23:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
5317 Compilers Exercise Char Literals
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 06:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
md table first col select
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 11:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex Sap
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 13:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex ejercicio 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 14:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex ejercicio 2 con caracteres especiales
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 14:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex ejercicio 2 con caracteres especiales
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse tnsnames.ora file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-12 15:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pointers search in *.h files
PCRE (PHP <7.3)
Search pointers in *.h files.
Submitted by
anonymous
-
4 years ago
2019-09-16 07:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bad cookies
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-13 15:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Price for sip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-13 15:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-14 15:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NFL EPG - CRACKSTREAMS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-15 08:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NCAA EPG - CRACKSTREAMS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-15 08:44
1
...
519
520
521
522
523
524
525
...
584
Delete spaces at beginning or end of a string
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
^
[
]
{1,}
)
|
(
[
]
{1,}
$
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-04-09 06:42