apply method

PatchResult apply(
  1. String text
)

Apply this patch to text.

Implementation

PatchResult apply(String text) => applyPatch(text, this);