 |
|
Innovation award
 Nominee: 10x
Winner: 1x |
This class can validate values from examples with similar format.
It takes an example value, like for instance an e-mail address or a decimal value, and generates a regular expression based on that value considering a common list of delimiter characters.
The generated regular expression can be used to validate other values with similar format without having to specify that regular expression explicitly.
The class can also find all matches of the specified patterns in a given text string.
It can also search for text that is similar to a pattern.
Additional options may set the matching to be case sensitive or not, limit the length of matched text.
|
|
| Name: |
Matcher Class |
| Base name: |
matcher-class |
| Description: |
Validate values from examples with similar format |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Artistic License |
| All time users: |
257 users |
| All time rank: |
6343 |
| Week users: |
1 user |
| Week rank: |
2036  |
| |
|
 September 2012
Number 5
Prize: One downloadable copy of Komodo IDE |
One way to validate data that needs to match a given format is to use regular expressions.
Regular expressions are powerful but they are also not easy to understand and often are error prone to create them manually.
This class provides an alternative approach to validate data with regular expressions without the need to manually create them.
It just takes a sample valid values and analyzes them to create regular expressions that match the values based on the position of typical delimiter characters.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|