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,480 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dollar amount + Number Matching
Python
\$?\d+(?:\.\d+)?
Submitted by
anonymous
-
5 years ago
2019-02-27 10:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Oprava markdown odkazu z Redmine s jednou nebo více mezerami mezi [] a ()
PCRE (PHP <7.3)
Oprava markdown odkazu z Redmine s jednou nebo více mezerami mezi [] a ()
Submitted by
anonymous
-
5 years ago
2019-02-27 13:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Hostname Teardown v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-27 14:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-27 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
qouted string with escaped symbols
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-28 17:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DNS Zone Teardown v3 - Internal Records
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-28 19:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Unity Rich Text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-28 21:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
username regex
PCRE (PHP <7.3)
alphabetic small and capital numeric 0-9 may contain underscore must be at least 3 characters cannot be longer than 30 characters
Submitted by
anonymous
-
5 years ago
2019-03-01 03:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number library
PCRE (PHP <7.3)
Number must start from + and end with a number. Number can be 7 to 15 digit long including + sign in length. Starting with + and leading 0 is not allowed.
Submitted by
anonymous
-
5 years ago
2019-03-01 11:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JS Comment to VBA Comment
Python
It converts the format of Comment/Remark codes from JavaScript to VBA. 1-line Comments are converted to 1-line Comments Block Comments are converted to 1-line Comments
Submitted by
anonymous
-
5 years ago
2019-03-02 01:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time Tester
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-03 21:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Not start with stringss
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-03-04 15:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gitlab-push-rules-prohibited-file-names-regex
Golang
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1 ...
Submitted by
gregswindle
-
5 years ago
2019-03-04 17:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
手机号
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 01:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex-testdata
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 03:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Exclude anything between <> brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 15:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Float
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 15:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
chars before _
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 17:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
em Prokopenko
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-03-05 18:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MCS_RPDSA_FROM_TO_REGEX
PCRE (PHP <7.3)
break out FROM and TO device data using capturing groups
Submitted by
anonymous
-
5 years ago
2019-03-05 19:15
1
...
454
455
456
457
458
459
460
...
574
jsonp
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
(?:
\/\*
.
*
\*\/
)?
.
*
\(
'
)?
(
{
.
*
}
)
(
'
\)
)?
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-06-11 16:07