The abstract concept has common super concept for regular and simple expression.
All expression concept has to inherited all methods of this concept.
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getConceptsAtPath, getErrorHandler, getInheritedConcepts, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML |
|
Creates a new Expression with the given $pattern.
Creates a new empty Expression.
Returns true if this expression contains the string given as parameter,
false otherwise.
Parameters: |
$pattern : | Any pattern. |
$str : | Any string. |
|
Returns true if this expression contains the given string with the
specified pattern, false otherwise.
Parameters: |
$pattern : | Any pattern. |
$str : | Any string. |
|
Returns a series which represents all matches between this Expression
and the given string with the specified pattern.
Returns a series which represents all matches between this Expression
and the given string.
Returns this Expression's pattern if there is any.
Parameters: |
$pattern : | Any pattern. |
$str : | Any string. |
|
Returns true if this Expression and the given srting matches by the
specified pattern, false otherwise.
Returns true if this Expression and the given srting matches, false
otherwise.
Sets this Expression's pattern to the pattern given as parameter.