-3

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?

iamdeowanshi
  • 1,039
  • 11
  • 19

1 Answers1

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