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...
1
polish landline numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
nlc variation
Python
no description available
Submitted by
yasaman
-
8 years ago
1
Elite:Dangerous system jump parsing
PCRE (PHP <7.3)
Matches lines which indicate jumping into a new system in the Elite:Dangerous netLog files. Extracts pertinent data; most important are the Time, System Name, and Star Position. The rest is not interesting (yet) so the regexp could be simplified a little for better performance.
Submitted by
anonymous
-
8 years ago
1
euro
PCRE (PHP <7.3)
euro
Submitted by
mario
-
8 years ago
1
IPv4 list comma separated
ECMAScript (JavaScript)
Matches IPv4 address list separated by comma (,). Does not match an incomplete list (e.g. 192.168.1.0,)
Submitted by
anonymous
-
8 years ago
1
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
8 years ago
1
956896685
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
String no longer than 100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Hebrew pronunciation
ECMAScript (JavaScript)
no description available
Submitted by
Michael Sharpe
-
8 years ago
1
^\\s+$
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
EclipseKeyword_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Sランク
PCRE (PHP <7.3)
Added new combatant (クロック・ミテーヌ|ケロゲロス|ガーロック|ボナコン|ナンディ|チェルノボーグ|レドロネット|ウルガル|マインドフレア|サウザンドキャスト・セダ|ゾーナ・シーカー|ブロンテス|バルウール|ヌニュヌウィ|ミニョーカオン|サファト|アグリッパ|カイザーベヒーモス|極楽鳥|ガンダルヴァ|セーンムルウ|ペイルライダー|レウクロッタ)
Submitted by
anonymous
-
8 years ago
1
$1_$1_suffix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
hkey user classes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
email match
PCRE (PHP <7.3)
match email address, with groups for entire email and domain.com
Submitted by
anonymous
-
8 years ago
1
JSESSIONID con GME 8.5
PCRE (PHP <7.3)
JSESSIONID con GME 8.5
Submitted by
Dario Tobia
-
8 years ago
1
b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
password REGEX
PCRE (PHP <7.3)
atleast one letter atleast one symbol atleast one number atleast 7 charachter length
Submitted by
lotfi.aly@gmail.com
-
8 years ago
1
*
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Procura numeros de telefone do Brazil
PCRE (PHP <7.3)
no description available
Submitted by
Ranielly Ferreira
-
8 years ago
1
...
184
185
186
187
188
...
901
Community Library Entry
0
Regular Expression
Python
r"
(
\s
*
excelent
(
\w
)?
(?<!
,
)
(
\s
)
calidad
(
.
){1,3}
(
\S
)?
)
"
gm
Open regex in editor
Description
exc calidad
Submitted by
anonymous
-
3 years ago