zeed
Preparing search index...
XRX
Class XRX
Index
Constructors
constructor
Properties
look
Behind
named
Groups
names
rx
Accessors
last
Index
Methods
_
handle
Match
exec
exec
All
replace
Constructors
constructor
new
XRX
(
pattern
:
string
|
RegExp
,
flags
?:
string
)
:
XRX
Parameters
pattern
:
string
|
RegExp
Optional
flags
:
string
Returns
XRX
Properties
look
Behind
lookBehind
:
any
named
Groups
namedGroups
:
Record
<
string
,
number
>
= {}
names
names
:
string
[]
= []
rx
rx
:
RegExp
Accessors
last
Index
get
lastIndex
()
:
number
Returns
number
set
lastIndex
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
Methods
_
handle
Match
_handleMatch
(
m
:
any
)
:
any
Parameters
m
:
any
Returns
any
exec
exec
(
str
:
string
)
:
any
Parameters
str
:
string
Returns
any
exec
All
execAll
(
str
:
string
)
:
any
[]
Parameters
str
:
string
Returns
any
[]
replace
replace
(
str
:
string
,
replacement
:
string
|
(
(
m
:
string
)
=>
string
)
)
:
string
Parameters
str
:
string
replacement
:
string
|
(
(
m
:
string
)
=>
string
)
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
look
Behind
named
Groups
names
rx
Accessors
last
Index
Methods
_
handle
Match
exec
exec
All
replace
zeed
Loading...