Innovation Award
 February 2008
Number 7 |
Regular expressions are often used to extract information from different types of text documents.
Sometimes it is necessary to extract information that appears with the same format in multiple sections of a document, like for instance, text that is presented in multiple rows of HTML table. Extracting data from this kind document may require the use of multiple types of regular expressions.
This class provides a solution to simplify the extraction of text from document with repetitive sections by iterating through a set of given regular expressions.
Manuel Lemos |
This class can be used to extract data from text using regular expression patterns.
It takes an array of regular expressions that define the patterns to match and extract data.
An entry of the expressions array may be another array that defines patterns of repetitive sections that must be iterated to extract data from each of the repeated sections, like for instance HTML tables with sections of the rows of cell data.
The extracted data patterns is returned in associative arrays.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (91.7%) |
Good (91.7%) |
Perfect (100.0%) |
- |
- |
Sufficient (74.2%) |
62 |
| Month: |
Not yet rated by the users |
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.
| Link |
Description |
| Class on Fremnet |
A full description of the class and example on Fremnet. |