[][src]Function evalexpr::eval_string

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

Evaluate the given expression string into a string.

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