EasyPatternHelper 1.1 download .:. Design and test EasyPatterns and perl pattern
 

Downloads



Thousand of best shareware and freeware programs, all selected and brought here for you !



Download  EasyPatternHelper 1.1



Please wait.....
contacting download site


EasyPatternHelper 1.1 download Design and test EasyPatterns and perl pattern

If your download does not start automatically, click here
Support for EasyPatternHelper is available from the Crystal Software


Makes it easy for developers AND beginners to design and test EasyPatterns. EasyPattern is an easy-to-understand pattern matching language that is transparently converted to perl. This application also shows you the conversion to perl code - so you can easily design perl patterns using a friendlier language. EasyPatterns are included in TextPipe Pro - the world's fastest multi-search and replace tool.

EasyPatterns™ are a revolutionary new way to describe text patterns, in a way that is easy to understand, easy to use, and with plenty of power under the hood. EasyPatterns make searching for a US phone number in text as easy as

[ PhoneNumber ]

or if you prefer the long way:

[ optional punctuation, 3 digits, punctuation, 3 digits,
punctuation, 4 digits ]

Once you've found a phone number, it's easy to re-arrange it or reformat it. Using this pattern:

[ optional punctuation, capture(3 digits), punctuation,
capture(3 digits), punctuation, capture(4 digits) ]

...we could re-arrange phone numbers like this:

$1.$2.$3
($1) $2-$3
+1.$1.$2.$3

How easy is that!

You can easily control the quantity of text you match, and include literal text like this:

[ 1 or more digits, '.', 2 digits ]
$[ 2+ digits, '.', 2 digits ]
USD [ 3 to 6 digits ].00

You can easily match dates like this:

[ Day <-/ > Month <-/ > Year ]
[ Month <-/ > Day <-/ > Year ]
[ Year <-/ > Month <-/ > Day ]

('Month' matches numbers 1-12, and short and long month names)

[...]


« more info about EasyPatternHelper