Skip to content

Files

Latest commit

728ebf3 · Apr 18, 2024

History

History
33 lines (26 loc) · 576 Bytes

utils-regex.md

File metadata and controls

33 lines (26 loc) · 576 Bytes

Regex

Tools

Oss

Example

("C:\\Users\\pegal\\folder\\(.*)")
(.*)'@modules/customer/(.*)/(.*)';
(.*)'@modules/customer/(.*)';
(- https:\/\/(.*))
((https:\/\/)(.*))
((https:\/\/github.com\/)(.*))

Replacer

**$3** [$3]($&)
**$3** [$3]($&){:target="_blank"}