Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplaceAllTextRequest

import type { ReplaceAllTextRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";

Replaces all instances of text matching a criteria with replace text.

interface ReplaceAllTextRequest {
containsText?: SubstringMatchCriteria;
replaceText?: string;
}

§Properties

§

Finds text in the document matching this substring.

§
replaceText?: string
[src]

The text that will replace the matched text.