FindStrRegex constructor

FindStrRegex(
  1. Object value,
  2. Object find, {
  3. Object? start,
  4. Object? max_results,
})

Implementation

FindStrRegex(this.value, this.find, {this.start, this.max_results});