Preparing search index...
The search index is not available
tarsec
tarsec
anyChar
Function anyChar
any
Char
(
input
)
:
ParserResult
<
string
>
A parser that parses any one character. Fails on empty strings, succeeds otherwise.
Parameters
input
:
string
input string
Returns
ParserResult
<
string
>
ParserResult
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
A parser that parses any one character. Fails on empty strings, succeeds otherwise.