Skip to main content

is_valid_sh_var_name

Function is_valid_sh_var_name 

Source
fn is_valid_sh_var_name(s: &str) -> bool
Available on crate feature serde only.
Expand description

Checks whether s is a valid shell variable name, matching [A-Za-z_][A-Za-z0-9_]*.