valid

Function valid 

Source
pub fn valid(handle: &str) -> bool
Expand description

check if a GitHub username is valid

ยงExamples

use github_username_regex::valid;
assert_eq!(valid("monalisa"), true);