Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RegexLiteral
Class RegexLiteral
Hierarchy
RegexLiteral
Index
Constructors
constructor
Properties
raw
regex
type
value
Constructors
constructor
new
Regex
Literal
(
value
:
RegExp
, raw
:
string
, pattern
:
string
, flags
:
string
)
:
RegexLiteral
Parameters
value:
RegExp
raw:
string
pattern:
string
flags:
string
Returns
RegexLiteral
Properties
Readonly
raw
raw
:
string
Readonly
regex
regex
:
{
flags
:
string
;
pattern
:
string
}
Type declaration
flags
:
string
pattern
:
string
Readonly
type
type
:
string
Readonly
value
value
:
RegExp
Globals
Regex
Literal
constructor
raw
regex
type
value