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
Fin de phrase sans espace
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
search input parsing for ccg database
PCRE2 (PHP >=7.3)
catches member no eg L 791a & separates mType and submember letter or catches name in last-name-first format or name plus a general search string lile 'and city is Bakersfield'
Submitted by
anonymous
-
4 years ago
0
calculator expressions
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
derinlik
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match id in the middle of a url
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
grades
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
syslog regex
Python
Takes a syslog with the basic pattern: date-&-time server process: message
Submitted by
rcuza
-
4 years ago
0
res id and distance
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex3Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex2Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex1Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
NSE_ET_LosersList
PCRE (PHP <7.3)
Extract Losers list from ET LOSERS selector
Submitted by
anonymous
-
4 years ago
0
replace go-get request and send to other script
PCRE2 (PHP >=7.3)
how to implement this in htaccess???
Submitted by
anonymous
-
4 years ago
0
ISO8601-utc-time
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
ISO8601-duration
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
Name DVC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Quicker_选项_图标风格
PCRE (PHP <7.3)
匹配 Quicker 中图标的几种风格 , (一些 fontawesome 的图标)
Submitted by
anonymous
-
4 years ago
1
Get text between certain characters from a huge HTML
PCRE (PHP <7.3)
Get text between certain characters from a huge HTML
Submitted by
Kaushal Gajjar
-
4 years ago
0
Cell expression 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
240
241
242
243
244
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
\+
46
|
0046
|
0
)
7
[
02369
]
+
[
\d
]
{7}
)
|
(
(
\+
45
|
0045
|
0
)
(
(
[
2
]
[
0
-
9
]
|
31
|
40
|
41
|
42
|
50
|
51
|
52
|
53
|
60
|
61
|
71
|
81
|
91
)+
[
\d
]
{6}
)
)
|
(
(
\+
47
|
0047
|
0
)
(
(
[
4
]
|
[
9
]
)+
[
\d
]
{7}
)
)
|
(
(
\+
358
|
00358
|
0
)
(
(
[
4
]
[
0
-
9
]
)
|
457
|
50
)+
[
\d
]
{7}
)
/
gm
Open regex in editor
Description
This regex tests wheter a string can validated as a nordic cellphonenumber
Submitted by
anonymous
-
5 years ago