Function is_valid_aleo_name

Source
pub fn is_valid_aleo_name(name: &str) -> bool
Expand description

Is this a valid name for an Aleo program?

Namely, it must be of the format “xxx.aleo” where xxx is nonempty, consist solely of ASCII alphanumeric characters and underscore, and begin with a letter.