replace method

Text replace(
  1. String text, [
  2. ContentOptions? options
])

Implementation

Text replace(String text, [ContentOptions? options]) =>
    js_util.callMethod(this, 'replace', [text, options]);