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,020 community submitted regex patterns...
0
Match only numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Phone
Golang
Phone Number
Submitted by
anonymous
-
6 years ago
0
Splunk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL que sea master
PCRE (PHP <7.3)
Revisa si estamos en master-algo
Submitted by
anonymous
-
6 years ago
0
GENERATION_CHAMP_Mbox
PCRE (PHP <7.3)
Permet a partir des codes_champs de générer la structure HTML attendue en TPL spécifique
Submitted by
anonymous
-
6 years ago
0
Match 4 groups of text independent of each other
PCRE (PHP <7.3)
You want to match 4 groups of text where group 1 is exact, group 2 is anything, group 3 is exact, group 4 is anything
Submitted by
anonymous
-
6 years ago
0
Not selecting text
PCRE (PHP <7.3)
You dont want to match the pattern, but want to match any text above or below the pattern
Submitted by
anonymous
-
6 years ago
0
Match 2 groups of text with anything on the right on each group
PCRE (PHP <7.3)
You want to match 2 groups of text, with any text following each group
Submitted by
anonymous
-
6 years ago
0
Match text portion and text on either side
PCRE (PHP <7.3)
You want to match a portion of text in a string, and either want or don’t mind also matching the text either side of the text portion
Submitted by
anonymous
-
6 years ago
0
Composite name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex Support Document
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fastighet paramteres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Username Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Mail regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Aufgabe6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Wirk 2 REgex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Aufg4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AutoHotkey Syntax Error
PCRE (PHP <7.3)
This RegEx works nicely in Sublime Text syntax definitions (probably in other places, like Atom, too) without any modification – you might just need to properly escape backslashes. AutoHotkey does not provide a character number (column number) for its errors, but most places expect it as group #3, ...
Submitted by
SALZKARTOFFEEEL
-
6 years ago
1
matching-search-queries-at-end
Python
This regex will match search queries formatted in 3 specific patterns.
Submitted by
anonymous
-
6 years ago
0
E-mail
PCRE (PHP <7.3)
adresses mail ^[a-z0-9.-]+@[a-z0-9.-]{2,}\.[a-z]{2,4}$
Submitted by
anonymous
-
6 years ago
1
...
449
450
451
452
453
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
COM-
(
.
*
?
)
,
+
(
.
*
?
)
,
+
(
.
*
?
)
,
+
(
.
*
?
)
,
+
(
.
*
?
)
mm
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago