lowercase_builtin_idents

Function lowercase_builtin_idents 

Source
fn lowercase_builtin_idents(s: &str) -> String
Expand description

Lowercase any identifier that matches a registered builtin (Sin → sin, INT → int, Above → above, etc.) while leaving user variables at their original case. MD2 EEL is case-insensitive; evalexpr is not.