Title |
Test
Find
Match External Wiki Link ONLY
|
Expression |
(?<!\[)\[(?!\[).*(?<!\])\](?!\]) |
Description |
This will match the an External wiki link ONLY allowing you to separate the href and the title for use in other link types |
Matches |
[https://sub.domain.com/wiki/index.php?title=test Sample Wiki Link] | [https://regexlib.com/page.aspx Example External Wiki Link] | ===[https://sub.domain.com/wiki/index.php Does Match a link surrounded by a header]=== |
Non-Matches |
[[file://\\servername\subfolder\sample.txt Sample Text Link]] | [[Example Wiki Link Double Square Brackets]] | [https://sub.domain.com/wiki/index.php Will Not Match a link which is missing its matching bracket |
Author |
Rating:
Not yet rated.
Matthew Reinsmith
|
Source |
|
Your Rating |
|