StringUtils

class Object
trait Matchable
class Any

Value members

Concrete methods

def escapedString(q: Char): Parser[String]
def undelimitedString(endP: Parser[Unit]): Parser[String]

String content without the delimiter

String content without the delimiter

Concrete fields

val escapedToken: Parser[Char]