I want to evaluate regular expression in my project and want to use something similar to eval function of bean shell. Can anyone tell me implementation of eval function of Bean Shell?
Asked
Active
Viewed 188 times
1 Answers
0
The problem with your request is that there is not a single eval
method that implements it, but a lot of methods spread throughout the bsh
package. If I were you, I'd start at bsh.BSHBlock.eval(...)
and follow the code.

llogiq
- 13,815
- 8
- 40
- 72