pub fn text_is_self_contained_arithmetic_expression(text: &str) -> boolExpand description
Returns whether text parses as an arithmetic expression without variable
references, subscripts, shell words, or assignments.
This is useful when a caller needs a purely self-contained arithmetic value.
Invalid or empty text returns false.