Does Java ecosystem have a library that allow to pass a String
and evaluate and execute that code?
eval("String value = text.split(\",\")[0]")
There is something like this?
Does Java ecosystem have a library that allow to pass a String
and evaluate and execute that code?
eval("String value = text.split(\",\")[0]")
There is something like this?