[][src]Function gobble::common::common_str

pub fn common_str<'a>(it: &LCChars<'a>) -> ParseRes<'a, String>
use gobble::*;
assert_eq!(common_str.parse_s(r#""hello\t\"world\"""#),Ok("hello\t\"world\"".to_string()));