pub(crate) const ID_REGEX_STR: &str = r"[a-zA-Z0-9_]+";
Expand description

(internal) A regex string of an identifier which we currently allow to appear as a variable or parameter name.