pub fn eval_string(string: &str) -> EvalexprResult<String>
Expand description

Evaluate the given expression string into a string.

See the crate doc for more examples and explanations of the expression format.