Allows the evaluation of native YML expressions to allow you to build your own. The following are valid expressions: #{regexify '(a|b){2,3}'} #{regexify '\\.\\ \\?\\+'} #{bothify '????','false'} #{Name.first_name} #{Name.first_name} #{Name.last_name}
(String expression)
| 650 | * @throws RuntimeException if unable to evaluate the expression |
| 651 | */ |
| 652 | public String expression(String expression) { |
| 653 | return this.fakeValuesService.expression(expression, this); |
| 654 | } |
| 655 | } |