Ezpatterns Software
| |
EasyPattern Engine
|
|
| |
| EasyPattern Engine COM DLL provides a cool new way to describe text patterns. They're English-like, powerful and easy to understand. EasyPatterns make parsing a US phone number as easy as
[ PhoneNumber ]
or if you prefer the long way:
[ optional punctuation, 3 digits, punctuation, 3 digits, punctuation, 4 digits ]
Once found 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)
EasyPatterns are included in TextPipe Pro - the world's fastest multi-search and replace tool. |
Company:
DataMystic
Date
Released: 17-12-2004
Program
Size:
559 KB
License: Shareware
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000
|
|
| |
- |
| |
EasyPattern Helper
|
|
| |
| Design patterns using point and click! Just highlight the variable text and the text to capture, and EPHelper does the rest! EasyPatterns are a cool new way to describe text patterns. They're English-like, powerful and easy to understand. Parse a phone number with [PhoneNumber] or [optional punctuation, 3 digits, punctuation, 3 digits, punctuation, 4 digits].
Once found, text is easy to extract, convert, rearrange or reformat. Easily create regular expressions that match exactly what you want, and test on sample strings, preventing mistakes on live data.
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)
EasyPatterns are included in TextPipe Pro - the world's fastest multi-search and replace tool. We also have am EasyPattern Engine component that can be embedded in other applications to make perl patterns easier to use. |
Company:
DataMystic
Date
Released: 15-11-2005
Program
Size:
1034 KB
License: Shareware
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003
|
|
| |
- |
| 1 |