Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
<a href="https:.*(\/)([^\/]+)(?:(?=\/"))\/
/
gim

Description

used when saving a site locally This will replace internet links with local ones from the folder you've saved the site in.

Submitted by anonymous - 6 years ago