new Regex(source, regExp [, caseSensitive])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
source |
olympe.dc.ValueDef | The string to match |
||
regExp |
olympe.df.Proxy.<string> | string | The regular expression |
||
caseSensitive |
olympe.df.POBoolean | boolean |
<optional> |
true |
|
- Implements:
- olympe.dc.Predicate.<(string|olympe.df.OString)>
Methods
-
getInternalPaths()
-
-
getName()
-
-
getRegExp()
-
Gets the RegExp string
Returns:
The regular expression
- Type
- olympe.df.Proxy.<string> | string
-
getSource()
-
Gets "source" value def
Returns:
The string
- Type
- olympe.dc.ValueDef
-
isCaseSensitive()
-
Returns true if the predicate is case sensitive
Returns:
true
if the match is case sensitive- Type
- olympe.df.POBoolean | boolean
-
serialize()
-
-
test()
-
-
toString()
-