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 9,220 community submitted regex patterns...
1
Outcode Extraction
PCRE (PHP <7.3)
Outcode extraction for UK postcode
Submitted by
Begbaaji
-
9 years ago
1
Reqursive concrete chunk
PCRE (PHP <7.3)
(?R) Alternative
Submitted by
lexus.1995@mail.ru
-
9 years ago
1
4 digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Australian BSB
PCRE (PHP <7.3)
Matches Australian BSB numbers
Submitted by
Michael Fishpool
-
9 years ago
1
AsDate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match a string only for a percentage number
PCRE (PHP <7.3)
This regex checks if a string contains a number that ends with a "%" character ignoring all other cases. 96% -> accept 96.6% -> accept kk% -> Reject 96%% -> Reject
Submitted by
Krishna
-
9 years ago
1
Fecha y hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Abbreviation Finder
PCRE (PHP <7.3)
Matches any abbreviations of a length between 2 and 4.
Submitted by
anonymous
-
9 years ago
1
Match one or more chars in a text
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
9 years ago
1
Last character
PCRE (PHP <7.3)
Get the last character from any line of a string
Submitted by
Edward Aryee
-
9 years ago
1
AIX ps -ef
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Eu format currency support different currencies
PCRE (PHP <7.3)
3.332.987,00 € $ 3 34,2 $
Submitted by
mattmezza
-
9 years ago
1
Выделить полный индекс МПК и его составные части
PCRE (PHP <7.3)
no description available
Submitted by
Irina
-
9 years ago
1
http.edu.tr
PCRE (PHP <7.3)
no description available
Submitted by
html
-
9 years ago
1
E-mail RegExp
PCRE (PHP <7.3)
Expreção Regular para E-Mails.
Submitted by
Mizael Silva Lemos nemeses606@gmail.com
-
9 years ago
1
ftp response from ftpwebrequest
PCRE (PHP <7.3)
no description available
Submitted by
azhar
-
9 years ago
1
currency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test de @
PCRE (PHP <7.3)
test de @
Submitted by
anonymous
-
9 years ago
1
SSL Expiration and Domain Extract
PCRE (PHP <7.3)
no description available
Submitted by
Nick Ramos
-
9 years ago
1
Extract name of tables from a SQL
PCRE (PHP <7.3)
Assumes the database name starts with "IDP_PRD_"
Submitted by
Vance
-
9 years ago
1
...
112
113
114
115
116
...
461
Community Library Entry
0
Regular Expression
Python
r"
(?<=
PAGE
\(
)
(?!
990
)
(?P<pg>
[
\d
]
{1,4}
)
|
(?:
(?<=
_r
|
[
\w
]
\(
)
(?P<txt_a>
[
『「“
]
[^
\n
]
+
(?=
_n
\n
)
)
|
(?P<txt_b>
[
『「“
]
.
*
)
)
"
gm
Open regex in editor
Description
Fate stay/night PS Vita version parsing
Submitted by
anonymous
-
a year ago
(Last modified a year ago)