On 17/12/2012 8:35 AM, Stefano Sabatini wrote:
> - s/\@(?:uref|url|email)\{([^\},]*)\}/<B<$1>>/g;
> + s/\@(?:uref|url|email)\{([^\},]*),?[^\},]*\}/<B<$1>>/g;
Seems OK, if our aim is to just ignore the text. I think. My
regex-fu may have mis-parsed it.
- Derek