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
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
Command Usage
ECMAScript (JavaScript)
a
Submitted by
12944qwerty
-
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
Parse binomial expression
ECMAScript (JavaScript)
Parses the given binomial expression
Submitted by
nepjua
-
2 years ago
0
7zip file type regex
.NET 7.0 (C#)
header of output from > 7z i
Submitted by
ninmonkey
-
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
parseTagFromName simplify name
ECMAScript (JavaScript)
This removed some extra tags from the name of an experiment to make the next match part simpler.
Submitted by
anonymous
-
2 years ago
0
title and page
.NET 7.0 (C#)
find title and page in text
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Dutch postalcode + house number
ECMAScript (JavaScript)
Dutch postalcode + house number like: 1232AS 23 1232AS 23a
Submitted by
Kevin
-
2 years ago
0
AyL
Python
Example of re and substitutions with csv file
Submitted by
Ing Daniel Pérez
-
2 years ago
0
No acepta más de un espacio por palabra
ECMAScript (JavaScript)
No more spaces between words
Submitted by
Magdiel Gomez
-
2 years ago
1
...
514
515
516
517
518
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
<
)
(
\w
+
)
(
,
\s
)
(
.
+
)
(
,
\>
)
/
gm
Open regex in editor
Description
no description available
Submitted by
andrea-dellepiane
-
6 years ago