Current bugs in 7.1.5

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Current bugs in 7.1.5

Post by DataMystic Support »

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.
Post Reply