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...
1
Regular expression to Vaildate an Email Address
ECMAScript (JavaScript)
The regular expression uses the basic email address syntex, ulr rules form validating an email address. Watch the complete tutorial on youtube : https://www.youtube.com/watch?v=H6WvPfh7OYw
Submitted by
Rayees Ahmed Shaikh
-
9 years ago
1
Basic URL
ECMAScript (JavaScript)
Matches basic URLs and fails on things that aren't
Submitted by
anonymous
-
9 years ago
1
Panasonic TDA, TDE Log parser
PCRE (PHP <7.3)
Log parser from SMDR protocol
Submitted by
KNet.CYBORG™
-
9 years ago
1
gets youtube link in plaintext
PCRE (PHP <7.3)
no description available
Submitted by
Mardan
-
9 years ago
1
Split SQL statements on 'GO'
PCRE (PHP <7.3)
Splits a SQL script into sections seperated by GO statement
Submitted by
Michael Skovslund
-
9 years ago
1
__('
PCRE (PHP <7.3)
get all messages which start with __('
Submitted by
RO
-
9 years ago
1
meraki device name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Number-match
PCRE (PHP <7.3)
Defines what kind of numeric values are considered valid on 'EquationStatement.cls.php'
Submitted by
Anttij
-
9 years ago
1
LiteralMatch int/float
PCRE (PHP <7.3)
For matching numeric literals in equations
Submitted by
Anttij
-
9 years ago
1
Resolve-LowVoltage
PCRE (PHP <7.3)
LowVoltage regex
Submitted by
anonymous
-
9 years ago
1
moj test regex
ECMAScript (JavaScript)
regex sa vezbi
Submitted by
Mladen
-
9 years ago
1
dni con letra
ECMAScript (JavaScript)
dni con letra
Submitted by
cda
-
9 years ago
1
DNS Name
Python
no description available
Submitted by
anonymous
-
9 years ago
1
demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
allow Cyrillic and latin alphabets, no special charcters
ECMAScript (JavaScript)
allows email, text and numbers in latin and cyrillic alaphbets.but prevents special charcters: Hello, example@mail.com Меня зовут Боб
Submitted by
Kez
-
9 years ago
1
Commify
PCRE (PHP <7.3)
Add commas to numbers
Submitted by
Allen Ng
-
9 years ago
1
UK Postal Code
ECMAScript (JavaScript)
Match UK Postal Code
Submitted by
Michael R
-
9 years ago
1
Regex mail
PCRE (PHP <7.3)
Validatore php mail
Submitted by
anonymous
-
9 years ago
1
City and POstcode
PCRE (PHP <7.3)
Get city and postcode on the address string like input: 1 Amotherby Ln Amotherby Malton NORTH YORKSHIRE YO17 6TG UK output: NORTH YORKSHIRE YO17 6TG
Submitted by
Michael Ramirez
-
9 years ago
1
ABAP email checker
PCRE (PHP <7.3)
ABAP tested email regex checker
Submitted by
lol
-
9 years ago
1
...
180
181
182
183
184
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?:
\s
*
|
\r
)+
GO
(
\s
*
)
;
*
\s
*
(?:
\r
|
\n
)
/
gmi
Open regex in editor
Description
Splits a SQL script into sections seperated by GO statement
Submitted by
Michael Skovslund
-
9 years ago