Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
repeat
Function repeat
repeat
(
pattern
:
Pattern
,
min
:
number
,
max
?:
number
,
reluctance
?:
Reluctance
,
)
:
Pattern
Creates a new Pattern that matches with repetition.
Parameters
pattern
:
Pattern
min
:
number
Optional
max
:
number
reluctance
:
Reluctance
= Reluctance.Greedy
Returns
Pattern
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Creates a new Pattern that matches with repetition.