View Source Chrysopoeia.Base.String (chrysopoeia v0.1.2)
Base module for parsing strings.
Link to this section Summary
Functions
A combinator that consumes prefix
from the start of input
if it matches.
Link to this section Functions
@spec tag(String.t()) :: Chrysopoeia.parser(String.t(), String.t(), any())
A combinator that consumes prefix
from the start of input
if it matches.