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 3,840 community submitted regex patterns...
0
Oauth2 client token matcher
Java 8
Grep the token value for almost any JSON response containing an oauth2 token as describe in rfc6749
Submitted by
Pharaphara
-
2 years ago
0
At least one uppercase and one lowercase Russian word with no digits nor spaces, nor special characters
ECMAScript (JavaScript)
A regular expression that matches conditions mentioned in above title
Submitted by
Kenya-West
-
2 years ago
0
Host & Port & Path
ECMAScript (JavaScript)
support host port and path
Submitted by
anonymous
-
2 years ago
1
Select Markdown Text and content
ECMAScript (JavaScript)
This expression selects any square brackets and the content inside it. Exemple: [DataTransfer] []...
Submitted by
innnerception
-
2 years ago
0
Дайвинчик — взаимный лайк
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Дайвинчик — анкета
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Дайвинчик — входящий лайк
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Mt940-61
Java 8
Parse tag 61 of an mt940 statement
Submitted by
anonymous
-
2 years ago
0
Mask currency default
ECMAScript (JavaScript)
mask currency default
Submitted by
Rafaella Cintra
-
2 years ago
0
Mask to FETLOCK pt-br
ECMAScript (JavaScript)
Mask to fetlock pt-br. 00000.00000 00000.000000 00000.000000 0 00000000000000
Submitted by
Rafaella Cintra
-
2 years ago
(Last modified 2 years ago)
0
Validation code FETLOCK pt-br
ECMAScript (JavaScript)
Validação de código de barras boleto padrão "FEBRABAN - Federação Brasileira de Bancos".
Submitted by
Rafaella Cintra
-
2 years ago
(Last modified a year ago)
0
grade pattern
Java 8
grade pattern for chinese school grade
Submitted by
anonymous
-
2 years ago
1
Docker image tag with named groups
ECMAScript (JavaScript)
Named groups, port in registry, sha256
Submitted by
petersamokhin with help from https://stackoverflow.com/questions/39671641
-
2 years ago
0
Start and Ends with same Letter
Java 8
regex for a string that starts and ends with the same letter
Submitted by
anonymous
-
2 years ago
0
Regex Number Process
ECMAScript (JavaScript)
Regex of matches number process BR.
Submitted by
RAFAELLA CINTRA
-
2 years ago
(Last modified 2 years ago)
0
DS002 - Get Project Number
ECMAScript (JavaScript)
Gets the project number from the extracted text fields from the PDF files.
Submitted by
anonymous
-
2 years ago
0
DS002 - Get Text Fields
ECMAScript (JavaScript)
Gets all the text fields from the PDF Files
Submitted by
anonymous
-
2 years ago
0
Shorten Path
ECMAScript (JavaScript)
takes a path i.e abc/edf/ghi/jkl and shortens it to abc/ … /jkl
Submitted by
anonymous
-
2 years ago
0
Фильтр русских матов
Java 8
оригинал был взят отсюда: https://gist.github.com/imDaniX/8449f40655fcc1b92ae8d756cbca1264 добавил: сучка, трахать, жопа, залупа
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
Match binary calculator, Operands and Operator
ECMAScript (JavaScript)
Match binary number (0 | 1), with or not Operand (+ | - | / | *)
Submitted by
chuaschinai
-
2 years ago
1
...
20
21
22
23
24
...
192
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)