hasEvalFn function

bool hasEvalFn(
  1. String s
)

Implementation

bool hasEvalFn(String s) {
  return evalReg.hasMatch(s);
}