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 11,320 community submitted regex patterns...
0
tilak fix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak partial clean php redirect
PCRE (PHP <7.3)
partial clean php redirect
Submitted by
anonymous
-
4 years ago
0
Date string - dd/mm/yyyy (...) dd/mm/yyyy
PCRE (PHP <7.3)
Lấy cả chuỗi dài
Submitted by
toanps
-
4 years ago
0
date string - error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Palabras y números con acentos y tildes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fecha en formato dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
PCRE (PHP <7.3)
dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
Submitted by
anonymous
-
4 years ago
0
Validar del 0 al infinito
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Limitar longitud de una palabra (solo numero)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
letras y números con restricción de 2 a 3 caracteres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
statement matching
Python
no description available
Submitted by
anonymous
-
4 years ago
0
fa-tag finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
exact word?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
exact word?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak phishing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak php tag ending filehacker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Card Numbers
PCRE (PHP <7.3)
Regex to detect credit card numbers. This regex was created for the purposes of detecting potentially compromised credentials for the purposes of information security and not to be used for malicious purposes. Based on data from https://www.freeformatter.com/credit-card-number-generator-validator....
Submitted by
anonymous
-
4 years ago
0
tilak php uploader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get keywords and value from json.
PCRE (PHP <7.3)
Group 1: All properties without [ ], { } Group 2: Properties with class Group 3: Properties with array
Submitted by
anonymous
-
4 years ago
0
Regex_All_Language
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Funkcje
Python
Open file for reading in text mode (default mode) import re import difflib import ptvsd import docx2txt from difflib import SequenceMatcher...
Submitted by
anonymous
-
4 years ago
1
...
113
114
115
116
117
...
566
Community Library Entry
3
Regular Expression
Python
r"
(
0
?
[
1
-
9
]
|
1
[
0
-
2
]
)
\/
(?:
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
)
\/
(
1
|
2
)
[
0
-
9
]
{3}
\s
(
(
0
|
1
)
[
0
-
9
]
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
"
Open regex in editor
Description
1/Jul/2013 03:27:12
Submitted by
himel
-
11 years ago