Skip to main content

is_bare_identifier

Function is_bare_identifier 

Source
pub(crate) fn is_bare_identifier(s: &str) -> bool
Expand description

Check whether s is a bare R identifier (only [A-Za-z_][A-Za-z0-9_]*).