ReplaceStrRegex constructor

ReplaceStrRegex(
  1. Object value,
  2. Object pattern,
  3. Object replace, {
  4. Object? first_only,
})

Implementation

ReplaceStrRegex(this.value, this.pattern, this.replace, {this.first_only});