Current bugs in 7.1.5
Posted: Tue Nov 16, 2004 9:45 am
The EasyPattern for [CRLF] and [DOSnewline] do not work.
Workaround: use EasyPattern [ (CR,LF ) ] instead.
[Hyperlinks] and [EmailAddress] are not working correctly.
For now, use this perl pattern for [Hyperlinks]
(?:(ftp|http|https|telnet|gopher|nntp)://([_a-z\d\-]+(?:\.[_a-z\d\-]+)+)((?:[_a-z\d\-\\\./]+[_a-z\d\-\\/])+)*?)
and this one for [EmailAddress]
(?:\b([_a-z0-9-]+(?:\.[_a-z0-9-]+)*)@([_a-z0-9-]+(?:\.[_a-z0-9-]+)*?)\.(?:[a-z]{2,4}?)\b)
These will be fixed in the next release.
Workaround: use EasyPattern [ (CR,LF ) ] instead.
[Hyperlinks] and [EmailAddress] are not working correctly.
For now, use this perl pattern for [Hyperlinks]
(?:(ftp|http|https|telnet|gopher|nntp)://([_a-z\d\-]+(?:\.[_a-z\d\-]+)+)((?:[_a-z\d\-\\\./]+[_a-z\d\-\\/])+)*?)
and this one for [EmailAddress]
(?:\b([_a-z0-9-]+(?:\.[_a-z0-9-]+)*)@([_a-z0-9-]+(?:\.[_a-z0-9-]+)*?)\.(?:[a-z]{2,4}?)\b)
These will be fixed in the next release.