is_name_valid
Verifies that the provided name is valid according to the following RegEx: ^a-zA-Z0-9_+$
Fully qualified path: dojo::utils::naming::is_name_valid
pub fn is_name_valid(name: @ByteArray) -> bool
Press ← or → to navigate between chapters
Press ? to show this help
Press Esc to hide this help
Verifies that the provided name is valid according to the following RegEx: ^a-zA-Z0-9_+$
Fully qualified path: dojo::utils::naming::is_name_valid
pub fn is_name_valid(name: @ByteArray) -> bool