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
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
0
Gready y Lazy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
iban
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Bandcamp Downloader Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
remove extra spaces on string
ECMAScript (JavaScript)
Get rid of initial, trailing spaces, and extra middle spaces (more than one space in the middle of a string)
Submitted by
anonymous
-
6 years ago
0
Phone validation
ECMAScript (JavaScript)
Validates US and International. Spaces, dot or dash separator. Optional () These formats and variations of them pass this validation 1 (800) 888 8078 +1 402.536.4184 ext 8862088 +91.986.964.4357 +972546790128...
Submitted by
anonymous
-
6 years ago
0
Rok - Měsíc - Den z formátu YYYY-MM-DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
athome - ssicf - fix dump for mssql
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validace GPS formátu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Validator
PCRE (PHP <7.3)
Email validator (subjulio)
Submitted by
anonymous
-
6 years ago
0
Password Validator
PCRE (PHP <7.3)
Password validator (subjulio)
Submitted by
anonymous
-
6 years ago
0
Subjulio email validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
175
176
177
178
179
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9
]
{4}
-
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
-
(
0
[
1
-
9
]
|
[
1
-
2
]
[
0
-
9
]
|
3
[
0
-
1
]
)
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago