I want to use the Regex-Plugin zu change the link-syntax in the articles.
A link like this
Code: Select all
<a href="http://board.s9y.org">s9y Forum</a>Code: Select all
<a href="http://board.s9y.org" target="_blank">s9y Forum</a>I´m trying to understand and adapt the ClickableURL example, but as I'm new to regular expression and the Plugin, I don`t get it...
Are the items in the SearchArray alternatives that is searched for?
What do the numbers in the Replace Array represent? \\1 \\2 \\3 \\4
Regards
Ansgar