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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,880 community submitted regex patterns...
0
Math HTML tag
PCRE2 (PHP >=7.3)
text
Submitted by
anonymous
-
3 years ago
0
주피와의관계
PCRE2 (PHP >=7.3)
주피와의관계
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
피보험자명
PCRE2 (PHP >=7.3)
피보험자명
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
증권번호
PCRE2 (PHP >=7.3)
증권번호
Submitted by
anonymous
-
3 years ago
0
PAN Card
PCRE2 (PHP >=7.3)
PAn Card
Submitted by
anonymous
-
3 years ago
0
0401 - logstash
PCRE2 (PHP >=7.3)
logstash match test
Submitted by
anonymous
-
3 years ago
0
청약채널
PCRE2 (PHP >=7.3)
청약채널
Submitted by
anonymous
-
3 years ago
0
보험상품명
PCRE2 (PHP >=7.3)
보험상품명
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Used to search last occurence of a string and trim it to the required digits
PCRE2 (PHP >=7.3)
https://regex101.com/r/LWtvla/1
Submitted by
Sri
-
3 years ago
0
license plates
PCRE2 (PHP >=7.3)
license plates
Submitted by
anonymous
-
3 years ago
0
Email validation
PCRE2 (PHP >=7.3)
Validate email
Submitted by
anonymous
-
3 years ago
(Last modified a year ago)
1
Telephone Number for Colombia
PCRE2 (PHP >=7.3)
Permite validar un número celular en colombia
Submitted by
macorreag
-
3 years ago
0
Phone number - Complete
PCRE2 (PHP >=7.3)
Format for international and local telephone numbers. Country code and area code are optional. Country code format using a plus sign. Area code format using optional parentesis. Phone number accepts spaces, dots and dashes (up to 15 characters).
Submitted by
anonymous
-
3 years ago
0
Javascript and PHP Code Comments Regex
PCRE2 (PHP >=7.3)
It detect the comments
Submitted by
anonymous
-
3 years ago
3
Livestock - Visual tag and Back tag
PCRE2 (PHP >=7.3)
Visual tag and Back tag cannot more than 15 characters or only can contain uppercase, lowercase, space and dash.
Submitted by
Adrian Yim
-
3 years ago
0
계약자주민번호
PCRE2 (PHP >=7.3)
계약자주민번호
Submitted by
anonymous
-
3 years ago
0
계약자명
PCRE2 (PHP >=7.3)
계약자명
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Class Linking
PCRE2 (PHP >=7.3)
Linking classes
Submitted by
anonymous
-
3 years ago
0
Publication date filter
PCRE2 (PHP >=7.3)
Check that the template call has the parameter 'Publication Date' filled in
Submitted by
anonymous
-
3 years ago
0
펫보험 품종
PCRE2 (PHP >=7.3)
펫보험 품종
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
1
...
132
133
134
135
136
...
144
p with a
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?:
<
[
pP
]
>
)?
(?:
<strong>
)
(?:
<br
\/
>
)?
(?:
<
[
aA
]
\s\w
+
="
(
[
?0
-
9 –
\-\/
\w
ÅåÄäÖö;,.()
\[\]
&
\s
]
+
)
">
(?:
<
\/
[
aA
]
>
)?
)
(
[
?0
-
9–
\-\/
\w
ÅåÄäÖö;,.()
\[\]
&
\s
]
+
)
(?:
<
\/
strong>
)
(
[
?0
-
9–
\-\/
\w
ÅåÄäÖö;,.()
\[\]
&
\s
]
+
)
/
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago