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 5,020 community submitted regex patterns...
0
SQL Query Scalar Field Names Extractor
Java 8
SQL Query Scalar Field Names Extractor
Submitted by
Dobri
-
2 years ago
0
Bangla word Regex
PCRE2 (PHP >=7.3)
This regex will help to detect Bengali words.
Submitted by
Rudra Sarkar
-
2 years ago
0
MySQL : table structure info
PCRE2 (PHP >=7.3)
MySQL : table structure parser mysql command : SHOW COLUMNS FROM edn_work_order_event
Submitted by
dobri
-
2 years ago
0
(1) Custome, 50 Another Word
PCRE2 (PHP >=7.3)
Some description
Submitted by
anonymous
-
2 years ago
0
SWIG ModuleName
PCRE2 (PHP >=7.3)
indentify the Modulename
Submitted by
anonymous
-
2 years ago
0
number two decimal digit
Python
.
Submitted by
anonymous
-
2 years ago
0
cyrillic month match
PCRE2 (PHP >=7.3)
Соня :3
Submitted by
seocringe
-
2 years ago
0
Numbers only
PCRE2 (PHP >=7.3)
Detect numbers only in entire word each line
Submitted by
sarumie
-
2 years ago
(Last modified 2 years ago)
0
UUID Validator
PCRE2 (PHP >=7.3)
Yup, that's a Universal Unique Identifier alright
Submitted by
anonymous
-
2 years ago
0
Beatiful.ai clean up
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
2 years ago
0
URL Regex
PCRE2 (PHP >=7.3)
URL regex
Submitted by
anonymous
-
2 years ago
0
URL REGEX
PCRE2 (PHP >=7.3)
URL REGEx
Submitted by
anonymous
-
2 years ago
0
Encontrado Milhares
PCRE2 (PHP >=7.3)
milhares/centenas/dezenas milhares/centenas/dezenas/unidades milhares/centenas milhares/dezenas
Submitted by
anonymous
-
2 years ago
0
AyL
Python
Example of re and substitutions with csv file
Submitted by
Ing Daniel Pérez
-
2 years ago
0
nextflow
PCRE2 (PHP >=7.3)
nextflow grammer
Submitted by
anonymous
-
2 years ago
0
AWS Cron regex
PCRE2 (PHP >=7.3)
A incomplete regex for validating AWS cron expressions
Submitted by
anonymous
-
2 years ago
0
поиск по ключу но только при наличии еще одного ключа
PCRE2 (PHP >=7.3)
регулярное выражение по вхождению ключа, но только при наличии еще одного ключа
Submitted by
Oin
-
2 years ago
0
Filtering of URL parameter passwords
PCRE2 (PHP >=7.3)
When logging URLs the passwords that are sent as URL parameters should be masked out to not write them in clear text into the log files.
Submitted by
Jan Kessler
-
2 years ago
0
Time Hint
PCRE2 (PHP >=7.3)
Regex for detecting common date/time formats.
Submitted by
Gyen
-
2 years ago
0
Match Phone Number: 03## ####### OR +92 3## #######
Java 8
Can be used to match Pakistani SIM card Numbers
Submitted by
anonymous
-
2 years ago
1
...
114
115
116
117
118
...
251
Community Library Entry
3
Regular Expression
Python
r"
^
[
\w
.-
]
+
@
[
\w
.-
]
+
\.
\w
+
$
"
Open regex in editor
Description
Python
Submitted by
anonymous
-
8 years ago