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 12,180 community submitted regex patterns...
0
CLI Template Prompt Tests
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Donglin tang
PCRE (PHP <7.3)
Social security number
Submitted by
anonymous
-
4 years ago
0
Kundenportal - dialogMail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VOG alle talen pagina
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Поиск в строке параметра
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Поиск в строке параметра
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
demo[9:45-11/26/2020]
PCRE (PHP <7.3)
The regex matches the temps like '1 xxxxx .*'.
Submitted by
anonymous
-
4 years ago
0
\@(.*?)\>
PCRE (PHP <7.3)
Matches all between 2 characters: @ and >
Submitted by
anonymous
-
4 years ago
0
übung
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Проба
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Проба Емкость
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
BTS name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Поиск Сопротивление
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Поиск Допуска
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
HTML tag attributes (with match groups for '/")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Datum
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Youtube Channel
PCRE (PHP <7.3)
Extract Youtube Id channel Extraire l'ID d'une chaine Youtube
Submitted by
anonymous
-
4 years ago
0
dir_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match the first 6 characters.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Auto-Linebreak
PCRE (PHP <7.3)
Lookup for last space on a specified linewidth (e.g. 80 chars) and insert a newline.
Submitted by
mr-craps
-
4 years ago
(Last modified 3 years ago)
1
...
492
493
494
495
496
...
609
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
\/\*
(
.
*
)
(
\n
)*
\*\/
$
/
s
Open regex in editor
Description
Begin with /* accept anything inside and finish with */
Submitted by
Wesley Ramos
-
9 years ago