Skip to main content

IDENT_REGEX

Constant IDENT_REGEX 

Source
pub const IDENT_REGEX: &str = "[a-zA-Z$_][a-zA-Z0-9$_]*";
Expand description