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
Clear WCF Contracts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Die roll parser
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Instagram mention 2018
PCRE (PHP <7.3)
Handles single letter usernames, initial / trailing / consecutive periods, max length of 30 letters.
Submitted by
anonymous
-
6 years ago
0
Regex Address PHP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regEx cellulari italiani, italian mobile phone number
ECMAScript (JavaScript)
check if the phone number is correct, updated to 2018. controlla che il cellulare sia corretto, aggiornata al 2018
Submitted by
anonymous
-
6 years ago
0
Parse Accept Header HTTP
PCRE (PHP <7.3)
Parse the Accept request HTTP header advertises which content types, expressed as MIME types, https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept
Submitted by
anonymous
-
6 years ago
0
X3D bboxSize
ECMAScript (JavaScript)
X3D bboxSize Three-tuple floating-point values with optional scientific notation, bounded non-negative or else -1 -1 -1 sentinel value. Derived from SFVec3f http://www.web3d.org/specifications/X3dRegularExpressions.html#bboxSize
Submitted by
anonymous
-
6 years ago
0
iban test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Base64 Encoded Object GUID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
File extension
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Folder path
Python
no description available
Submitted by
anonymous
-
6 years ago
0
File name without extension
Python
further editing is required in code to get the filename without extension
Submitted by
anonymous
-
6 years ago
0
MAX_LONG_STRING
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
(Last modified 2 years ago)
0
Check for username
ECMAScript (JavaScript)
The username should be at least 2 characters long, can have lower and uppercase letters, and can only have numbers in the end.
Submitted by
anonymous
-
6 years ago
0
Literals
PCRE (PHP <7.3)
Primer ejercicio del Curso de Expresiones Regulares
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Modes
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Modos
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Meta Characters
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Meta Caracteres
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Cuantificadores y Repetición
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Cuantificadores y Repetición
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Limitar repeticiones
PCRE (PHP <7.3)
no description available
Submitted by
Vladimir Hernández Castro
-
6 years ago
1
...
119
120
121
122
123
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
?
)
.
(
[
a
-
z
]
+
)
\[
(
[
0
-
9
]
+
)
|
:
(
[
0
-
9
]
+
)
]
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago