ezylang / EvalEx

EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
https://ezylang.github.io/EvalEx/
Apache License 2.0
979 stars 266 forks source link

Introduced a new function STR_TRIM #486

Closed LeonardoSoaresDev closed 2 months ago

LeonardoSoaresDev commented 2 months ago

Introducing a new function STR_TRIM used to remove whitespaces from a string.