Function kickstarter::validate::regex [] [src]

pub fn regex(reg: &Regex, s: &str, error: Error) -> Result<()>

Validates that the string matches the provided regex.