I have to convert a string to an expression. Example:
"5 == 5"
and I use eval("5==5") and it works.
eval("5==5")
But if