Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/parser
betweenLiterals
Function betweenLiterals
betweenLiterals
(
start
:
string
,
end
:
string
,
)
:
(
reader
:
Reader
.
Reader
)
=>
Result
.
Fail
|
Result
.
Ok
<
string
>
Parameters
start
:
string
end
:
string
Returns
(
reader
:
Reader
.
Reader
)
=>
Result
.
Fail
|
Result
.
Ok
<
string
>
parser matching string between
start
and
end
literals.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...