REGEXP method

Where REGEXP(
  1. String value
)

Implementation

Where REGEXP(String value) {
  return _WhereOp(this, "REGEXP", value);
}