classes/phing/types/RegularExpression.php
\RegularExpression
A regular expression datatype. Keeps an instance of the compiled expression for speed purposes. This compiled expression is lazily evaluated (it is compiled the first time it is needed). The syntax is the dependent on which regular expression type you are using.
This class handles the common description attribute and provides a default implementation for reference handling and checking for circular references that is appropriate for types that can not be nested inside elements of the same type (i.e. patternset but not path)
- Extends from
- \DataType
- see
- \phing.util.regex.RegexMatcher
- access
- public
- author
- Yannick Lecaillez
- package
- phing.types
- version
- $Revision: 779 $ $Date: 2010-05-13 05:57:59 +0200 (Thu, 13 May 2010) $
Properties

$ignoreCase= 'false'
falseDetails- Type
- todo
- Probably both $ignoreCase and $multiline should be removed from attribute list of RegularExpression class: actual values are preserved on regexp *engine* level, not expression object itself.