Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
Find pattern 0 1 2 3
PCRE (PHP <7.3)
match the string 0 0 1 0 1 2 0 1 2 3
Submitted by
Lyu JH
-
6 years ago
0
Dollar amount + Number Matching
Python
\$?\d+(?:\.\d+)?
Submitted by
anonymous
-
6 years ago
0
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
-
6 years ago
0
URL Hostname Teardown v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
qouted string with escaped symbols
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DNS Zone Teardown v3 - Internal Records
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Unity Rich Text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
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
-
6 years ago
0
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
-
6 years ago
0
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
-
6 years ago
0
Time Tester
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Not start with stringss
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Request any file names endings with `_lang.js`
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
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
-
6 years ago
0
手机号
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex-testdata
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Exclude anything between <> brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Float
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
chars before _
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
221
222
223
224
225
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
(?:
[
A
-
Za
-
z
]
{3,9}
:
?
:
\/\/
www
\.
?
)
|
(?:
[
A
-
Za
-
z
]
{3,9}
:
?
:
\/\/
)
)
(
(?:
[
-;:&=
\+\$
,
\w
]
+
@
)?
[
A
-
Za
-
z0
-
9.-
]
+
|
(?:
www
.
|
[
-;:&=
\+\$
,
\w
]
+
@
)
[
A
-
Za
-
z0
-
9.-
]
+
)
(?:
\/
[
\+
~%
\/
.
\w
-_
]
*
)?
\?
?
(?:
[
-
\+
=&;%@.
\w
_
]
*
)
#
?
(?:
[
.
\!\/\\
w
]
*
)?
/
ug
Open regex in editor
Description
Did in pkasko)
Submitted by
anonymous
-
6 years ago