Changes between Version 6 and Version 7 of RegexLinkPlugin


Ignore:
Timestamp:
Nov 22, 2008, 3:47:41 PM (15 years ago)
Author:
ComaVN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegexLinkPlugin

    v6 v7  
    1212
    1313 * It only works for one regex/url pair
    14  * anchor should be prefixed with image to indicate external link
     14 * Anchor should be prefixed with image to indicate external link
    1515
    1616== Bugs/Feature Requests ==
     
    3939}}}
    4040This means anything matching the regex:
    41 {{{
    42 /\b(?P<topdeskyymm>\d\d(?:0[1-9]|1[0-2])) (?P<topdeskid>\d{3})\b/
    43 }}}
    4441links to a TOPdesk search url, using the named capture groups
    4542