paralegal_compiler::parsers::shared

Function alphabetic_with_underscores

Source
pub fn alphabetic_with_underscores(
    s: &str,
) -> IResult<&str, String, VerboseError<&str>>