Preparing search index...
The search index is not available
tarsec
tarsec
istr
Function istr
istr
<
const
S
>
(
s
)
:
Parser
<
S
>
Like
str
, but case insensitive.
Type Parameters
const
S
extends
string
Parameters
s
:
S
string to match on, case insensitive
Returns
Parser
<
S
>
parser that matches the given string, case insensitive
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Generated using
TypeDoc
Like
str
, but case insensitive.