Constant alloy_sol_type_parser::IDENT_REGEX
source ยท pub const IDENT_REGEX: &str = "[a-zA-Z$_][a-zA-Z0-9$_]*";
Expand description
The regular expression for a Solidity identifier.
https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityLexer.Identifier