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 9,540 community submitted regex patterns...
1
Australian BSB
PCRE (PHP <7.3)
Matches Australian BSB numbers
Submitted by
Michael Fishpool
-
9 years ago
1
AsDate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match a string only for a percentage number
PCRE (PHP <7.3)
This regex checks if a string contains a number that ends with a "%" character ignoring all other cases. 96% -> accept 96.6% -> accept kk% -> Reject 96%% -> Reject
Submitted by
Krishna
-
9 years ago
1
Fecha y hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Abbreviation Finder
PCRE (PHP <7.3)
Matches any abbreviations of a length between 2 and 4.
Submitted by
anonymous
-
9 years ago
1
Match one or more chars in a text
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
9 years ago
1
Last character
PCRE (PHP <7.3)
Get the last character from any line of a string
Submitted by
Edward Aryee
-
9 years ago
1
AIX ps -ef
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Eu format currency support different currencies
PCRE (PHP <7.3)
3.332.987,00 € $ 3 34,2 $
Submitted by
mattmezza
-
9 years ago
1
Выделить полный индекс МПК и его составные части
PCRE (PHP <7.3)
no description available
Submitted by
Irina
-
9 years ago
1
http.edu.tr
PCRE (PHP <7.3)
no description available
Submitted by
html
-
9 years ago
1
E-mail RegExp
PCRE (PHP <7.3)
Expreção Regular para E-Mails.
Submitted by
Mizael Silva Lemos nemeses606@gmail.com
-
9 years ago
1
ftp response from ftpwebrequest
PCRE (PHP <7.3)
no description available
Submitted by
azhar
-
9 years ago
1
currency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test de @
PCRE (PHP <7.3)
test de @
Submitted by
anonymous
-
9 years ago
1
SSL Expiration and Domain Extract
PCRE (PHP <7.3)
no description available
Submitted by
Nick Ramos
-
9 years ago
1
Extract name of tables from a SQL
PCRE (PHP <7.3)
Assumes the database name starts with "IDP_PRD_"
Submitted by
Vance
-
9 years ago
1
Time Parsing
PCRE (PHP <7.3)
no description available
Submitted by
Michael Stemle
-
9 years ago
1
IklusivVolumen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
orphaned
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
113
114
115
116
117
...
477
Community Library Entry
1
Regular Expression
Golang
`
^
(?:
https
?
:
\/\/
)?
(?:
(?:
www
\.
)?
youtube
\.
com
\/
(?:
(?:
v
\/
)
|
(?:
embed
\/
|
watch
(?:
\/
|
\?
)
){1,2}
(?:
.
*
v=
)?
|
.
*
v=
)?
|
(?:
www
\.
)?
youtu
\.
be
\/
)
(
[
A
-
Za
-
z0
-
9_
\-
]
+
)
&
?
.
*
$
`
gmi
Open regex in editor
Description
no description available
Submitted by
RyuaNerin
-
9 years ago
(Last modified a year ago)