CharactersWhile
case CharactersWhile(predicate: Char => Boolean, empty: Boolean, through: Boolean) extends Parser[String]
Value members
Inherited methods
def resumeWith(f: String => String)(using semigroup: Semigroup[String]): Suspendable[String, String]
- Inherited from
- Parser