Preparing search index...
The search index is not available
tarsec
tarsec
iIncludes
Function iIncludes
i
Includes
<
const
S
>
(
substr
)
:
Parser
<
S
>
Like
includes
, but case-insensitive.
Type Parameters
const
S
extends
string
Parameters
substr
:
S
substring to find
Returns
Parser
<
S
>
parser that succeeds if the given input contains that string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Generated using
TypeDoc
Like
includes
, but case-insensitive.