Function parser_c::support::takeWhile_str []

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