Function parser_c::support::takeWhile_str [] [src]

pub fn takeWhile_str<F: Fn(char) -> bool>(cond: F, input: String) -> String