What's New in v2.7 ================== * XML file format. What's New in v2.6 ================== * Added EasyPattern keywords [ number, numbers, leftangle, rightangle, lessthan, greaterthan ] * Fixed handling of > characters - the EasyPattern was not built correctly. What's New in v2.5 ================== * New help file. * Patterns can now be designed using point and click! Just paste in the text you want to match, highlight the text you want to capture, and then start matching! * You can now define a replace string, and EP Helper shows you what the substituted characters will be. You can also use a right-click menu to insert all the matched fields as CSV data or Tab-delimited data, or to insert pieces of the matched expression. * EP now inserts commas between parts of an EasyPattern to make it easier to read. * When EP finds punctuation in a variable field, it allows all types of punctuation, not just those found in the original text. * Fixed EP for [CRLF]. What's New in v2.4 ================== * Added right-click menus to EasyPattern and Perl regex fields to make building patterns easier. * Fixed EasyPattern for [month,monthnumber,day,hour] so that they match the long version of the pattern first, then try the shorter variations. What's New in v2.3 ================== * Added new Reparse option to automatically reparse the EasyPattern or perl pattern as it changes, and show what it matches. This is extremely useful for determining where a pattern match is going wrong. What's New in v2.2 ================== * Version changed to 2.2 because first release was originally 2.1. * Fixed [word] - previously matched non-word characters. * . was not escaped - now fixed. * Now uses ungreedy matching as TextPipe does. What's New in v1.5 ================== * Brought up to date with TextPipe 7.1.1 * EasyPattern fixes to align with the EasyPattern documentation - [symbol, symbols] - removed the '!' - [space, spaces] changed to just matched ASCII 32, not tabs, line feeds etc - [horizontalwhitespace, hspace] - now only match space and tab - [verticalwhitespace, vspace, worddelimiter, linedelimiter, paragraphdelimiter] - now match formfeed - [anybracket, anybrackets] - now match { and } * EasyPatterns now will NOT attempt to combine OR'd negated and non-negated character sets, such as [ not lineChar or 'a' ] What's New in v1.4 ================== * Brought up to date with TextPipe 7.0.7 * Changed EasyPatterns for EmailAddress, HyperLink, PageNumber and DayOfYear so that the constituent parts are captured into $variables for later substitution. * Fixed EasyPattern for FormFeed. What's New in v1.3.2 ==================== * Help icon now works. * [year] keyword now checks for 4 digit years first, then 2 digit years. What's New in v1.3.1 ==================== * Previous match details are now cleared when the pattern changes. What's New in v1.3 ================== * New keywords for slash, colon, hash, pound, percent, star, asterisk, ampersand. * Prevents stack overflows by better pattern generation. What's New in v1.2 ================== * Added [CSVfield] and [TABfield] for handling data extracts. What's New in v1.1 ================== * Fixed handling of [char] keyword. What's New in v1.0.1 ==================== * Polish translation. * Changed registration key to remove organization restriction. What's New in v1.0 ================== * Initial release!