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 15,060 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Datacon url (behalve tampan/klantentool)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-27 15:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
detect xml
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-27 16:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strip or Trim spaces at start, end and between words.
PCRE (PHP <7.3)
Removes spaces from begining, end and between words. " Hello There " = "Hello There"
Submitted by
anonymous
-
4 years ago
2020-03-28 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NN_result
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-06 02:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Show Unicodes Above 0x0100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-29 08:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Show Unicodes Above 0x0100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-29 08:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Facebook live video
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-29 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Syllable division in spanish language
PCRE (PHP <7.3)
Syllable division in spanish language Alejandro Rojo
Submitted by
anonymous
-
4 years ago
2020-03-29 23:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP + port
PCRE (PHP <7.3)
匹配正确的 ip + 端口,端口可以不写
Submitted by
anonymous
-
4 years ago
2020-03-30 05:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
group2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 05:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
group3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 05:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 07:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
badword
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 10:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BD Phone No Regex
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 11:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Filtro de insultos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-30 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Presidente BR
PCRE (PHP <7.3)
Identificando possíveis nomes do Presidente BR.
Submitted by
anonymous
-
4 years ago
2020-03-30 16:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Lenovo
PCRE (PHP <7.3)
https://www.lenovo.com/ru/ru/-
Submitted by
anonymous
-
4 years ago
2020-03-30 20:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Version string matching
PCRE (PHP <7.3)
Separated Major, Minor, Fix, Build number
Submitted by
anonymous
-
4 years ago
2020-03-31 08:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SQL Index to migration call
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-31 09:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Donkey 3 PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-31 09:41
1
...
689
690
691
692
693
694
695
...
753
Pawan Dubey Slack
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
[^
.-
]
[
\w\d
]
*
[
\-\.
]
{0,1}
[
\w\d
]
*
[
\-\.
]
{0,1}
[
\w\d
]
*
(?<!
[
.-
]
)
\@
\w
*
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-04-06 08:44