classQRegex
QRegex Class Reference
Inherits QBaseClass.
Collaboration diagram for QRegex:

Public Member Functions
- addPattern ($strPattern, $strLabel=true)
- match ($strSubject, &$strMatch)
Public Attributes
- const RegexBookend = "/"
Protected Member Functions
- scrubPattern ($strPattern)
Protected Attributes
- $objPatterns = array()
- $objLabels = array()
Private Member Functions
- compileRegex ()
Private Attributes
Member Function Documentation
| QRegex::addPattern | ( | $ | strPattern, | |
| $ | strLabel = true | |||
| ) |
References scrubPattern().
| QRegex::compileRegex | ( | ) | [private] |
| QRegex::match | ( | $ | strSubject, | |
| &$ | strMatch | |||
| ) |
References compileRegex().
| QRegex::scrubPattern | ( | $ | strPattern | ) | [protected] |
Referenced by addPattern().
Member Data Documentation
QRegex::$objLabels = array() [protected] |
QRegex::$objPatterns = array() [protected] |
QRegex::$strRegex [private] |
| const QRegex::RegexBookend = "/" |
Referenced by compileRegex().
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QRegex.class.php
