Function ruststep::parser::token::string[][src]

pub fn string(input: &str) -> ParseResult<'_, String>
Expand description

string = ' { special | digit | space | lower | upper | high_codepoint | apostrophe apostrophe | reverse_solidus reverse_solidus | control_directive } ' .