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 9,620 community submitted regex patterns...
1
the best regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
MM/DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Uppercase Lowercase Digit mandatory only
PCRE (PHP <7.3)
Match at least one upper case, lower case and digit between 1 and 20 length with no special characters
Submitted by
anonymous
-
8 years ago
1
Search for Array-Variables in PHP.
PCRE (PHP <7.3)
no description available
Submitted by
Bert Bredewold
-
8 years ago
1
SS3 message
PCRE (PHP <7.3)
no description available
Submitted by
Abishek
-
8 years ago
1
Removes formatting chars from string
PCRE (PHP <7.3)
Removes formatting chars from string like \n, \r, \t and etc
Submitted by
binary_fm
-
8 years ago
1
Match URLs
PCRE (PHP <7.3)
no description available
Submitted by
JOHN GRUBER
-
8 years ago
1
Telefone Brasil
PCRE (PHP <7.3)
Telefone com DDD entre parenteces ou sem com e sem traço ou sem DDD
Submitted by
Vinicius G
-
8 years ago
1
Funktion Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Password Validation 8-32 chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
PIAS LS OUTPUT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex Validator
PCRE (PHP <7.3)
A regex to parse regexs
Submitted by
anonymous
-
8 years ago
1
Catdance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Check if string contains special chars
PCRE (PHP <7.3)
If string contains special chars no match. Blank space is safe. It will accept blank spaces.
Submitted by
binary_fm
-
8 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
tempate location
PCRE (PHP <7.3)
no description available
Submitted by
Tadas
-
8 years ago
1
n+5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
TestMode Build Zip Files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Get Month and Year from different date format
PCRE (PHP <7.3)
Get Month and Year from different date format
Submitted by
ankit s
-
8 years ago
1
123
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
124
125
126
127
128
...
481
Fate stay/night [HuneX/PSV]
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)