in reply to Re^3: BBCodes, removing [URL's
in thread BBCodes, removing [URL's

NM, managed to sort with:

$test_string =~ s/lien/url/sig; # the parser doesn't seem to like this $test_string =~ s/\[url "(\?\%\:\/a-zA-Z0-9_\-\.+)"\]/url=$1/sig;

Cheers

Andy