Skip to main content

is_boolean_literal

Function is_boolean_literal 

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

Check if a string is an R boolean literal.

Accepts: TRUE, FALSE, T, F (R’s boolean constants)