Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/parser
whileChars
Function whileChars
whileChars
(
chars
:
string
,
min
?:
number
)
:
t
<
string
>
Matches any char listed in
chars
at least
min
(default
0
) times.
Parameters
chars
:
string
min
:
number
= 0
Returns
t
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
Matches any char listed in
charsat leastmin(default0) times.