Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
1
extract values inside <![CDATA[...]]
Created
·
2015-05-23 10:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Wyrażenie sprawdzające wiek od 0 do 200
Created
·
2015-05-24 12:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Thai Name match
Created
·
2015-05-24 13:16
Flavor
·
PCRE (Legacy)
no description available
Submitted by
itpcc
1
number separator positions
Created
·
2015-05-24 21:57
Flavor
·
ECMAScript (JavaScript)
finds the positions in a number to be replaced with a thousands separator, e.g. 12345 => 12`345
Submitted by
anonymous
1
t4
Created
·
2015-05-25 04:23
Flavor
·
ECMAScript (JavaScript)
43t
Submitted by
34t
1
Update of Ivory Coast Mobile phone test
Created
·
2015-05-25 16:58
Flavor
·
PCRE (Legacy)
With the new numbers such as 78 79 the regex is now updated!
Submitted by
Alain ZIO
1
Non-parentheses characters, but allow escaped parentheses.
Created
·
2015-05-25 20:17
Flavor
·
ECMAScript (JavaScript)
Trying to discover how to select all ranges except non-escaped parentheses.
Submitted by
anonymous
1
StackOverflow 30430783
Created
·
2015-05-25 20:33
Flavor
·
Python
no description available
Submitted by
Honza Osobne
1
Проверка валидности номера телефона в разных форматов в +7
Created
·
2015-05-26 13:14
Flavor
·
PCRE (Legacy)
no description available
Submitted by
redfern.89
1
Adyen reason when AUTHORISATION success
Created
·
2015-05-26 15:40
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
yous
Created
·
2015-05-26 16:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
regex
Created
·
2015-05-26 18:02
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
decimal or not number
Created
·
2015-05-26 22:24
Flavor
·
PCRE (Legacy)
acepts 1.000 and 1000
Submitted by
jvs
1
URL with ASP Cookieless SessionId
Created
·
2015-05-29 07:11
Flavor
·
PCRE (Legacy)
This matches a ASP Cookieless SessionId. Useful if, for example, after deprecating Cookieless sessions you want to redirect any clients with a cached sessionId to the plain url.
Submitted by
Zumey
1
Find all BR tags in a string
Created
·
2015-05-29 10:47
Flavor
·
ECMAScript (JavaScript)
Find all BR tags in a string
Submitted by
Mahima
1
[php] url hard match
Created
·
2015-05-29 11:57
Flavor
·
PCRE (Legacy)
preg_math_all only. ex.: http://doman.com, http://doman.com/, http://doman.com/?query=1,http://doman.com?query=1, domain.com, doman.com?query=1 and other
Submitted by
Redfern.89
1
guto
Created
·
2015-05-29 14:13
Flavor
·
PCRE (Legacy)
gutoregex
Submitted by
guto
1
Line parser (split at sentence)
Created
·
2015-05-30 18:50
Flavor
·
PCRE (Legacy)
Splits a line into three parts: completed sentences from the previous line, any complete sentences, and any uncompleted sentences.
Submitted by
E.Gu
1
regex
Created
·
2015-05-31 16:59
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Apt Package Version validator
Created
·
2015-06-01 05:31
Flavor
·
PCRE (Legacy)
This regular expression will match the version string of a debian package
Submitted by
Anwar
Previous page
1
…
149
150
151
152
153
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-05-24 12:01
Flavor
·
PCRE (Legacy)
/
^
(
(
[
1
-
9
]
)
|
(
[
1
-
9
][
0
-
9
]
)
|
(
1
[
0
-
9
][
0
-
9
]
)
)
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous