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 18,000 community submitted regex patterns...
0
Obtener nombre
PCRE2 (PHP >=7.3)
Expresión regular para obtener el nombre de un medicamento desde una pagina del ISP
Submitted by
anonymous
-
2 years ago
0
S3 Path with ending .json
Golang
S3 Path with ending .json
Submitted by
Sowmith
-
2 years ago
0
regex for comments .py/.js/.c++
PCRE2 (PHP >=7.3)
my first regex about comments in c++, js, python
Submitted by
anonymous
-
2 years ago
0
Select last paragraph of a text
ECMAScript (JavaScript)
Selects the last paragraph of a text.
Submitted by
Optimiza.tech
-
2 years ago
1
uzbekistan phone regex
PCRE2 (PHP >=7.3)
Uzbekistan phone codes - regex pattern.
Submitted by
Sodikmirzo Sattorov
-
2 years ago
0
regex only character number and 14 special character
PCRE (PHP <7.3)
regex only character number and 14 special character
Submitted by
hao.nguyen
-
2 years ago
0
Parse Rx DataMatrix
ECMAScript (JavaScript)
Parse Rx DataMatrix
Submitted by
hoangitk
-
2 years ago
0
Verify email
PCRE2 (PHP >=7.3)
test email
Submitted by
Digimusen
-
2 years ago
1
Recognize Bosch partnumber
PCRE2 (PHP >=7.3)
partsnumber validate
Submitted by
Digimusen
-
2 years ago
(Last modified 2 years ago)
0
CMake problem matcher
ECMAScript (JavaScript)
CMake problem matcher
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Project
Python
Project
Submitted by
anonymous
-
2 years ago
0
php socket
PCRE2 (PHP >=7.3)
validates a php socket string
Submitted by
anonymous
-
2 years ago
0
filter
PCRE (PHP <7.3)
filter string
Submitted by
anonymous
-
2 years ago
1
JavaScript Naming Convention Parser/Validator
PCRE2 (PHP >=7.3)
Surprisingly short regex that matches valid JavaScript identifier names and captures it in a group according common JavaScript naming conventions, e.g: myVariable generic name for most identifiers, uses camelCase MyClass...
Submitted by
Neel Yadav
-
2 years ago
0
BankPostingInvoiceNumber
PCRE2 (PHP >=7.3)
Get Invoice Number
Submitted by
Diego Riva
-
2 years ago
0
BankPostingMiddle
PCRE2 (PHP >=7.3)
Get Middle Value From Invoice Text
Submitted by
Diego Riva
-
2 years ago
0
Postcodes
Python
This identifies whether a postcode (four numbers, two letters has been provided)
Submitted by
anonymous
-
2 years ago
0
Exclude a specific folder path
ECMAScript (JavaScript)
Exclude a specific folder path(/upgrade)
Submitted by
anonymous
-
2 years ago
0
quizlet link extract
ECMAScript (JavaScript)
fg
Submitted by
anonymous
-
2 years ago
0
1
PCRE (PHP <7.3)
Prueba 1
Submitted by
anonymous
-
2 years ago
1
...
113
114
115
116
117
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
120/BHP
\d
/
(?P<lblreq_board>
LBLREQ
)
-
(?P<lblreq_id>
\d
+
)
/
(?P<mission>
\d
{4}
-
\d
{2}
-
\d
{2}
-Z0F
\d
{4}
)
/
(?P<run>
\d
+
)
/
(?P<vehicle_time>
\d
{18}
)
/
(?P<event_time_s>
\d
+
\.
\d
+
)
/
(?:
sweep_dir_
\d
+
/sweep_
\d
+
/
)?
image_
(?P<channel>
[
a
-
z_
]
+
)
_000000000
\.
png
$
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago