Skip to content

Applies edit operations to transform a string.

Usage

editops_apply_vec(editops, s1, s2)

Arguments

editops

A data frame of edit operations (type, src_pos, dest_pos).

s1

The source string.

s2

The target string.

Value

A character vector representing the transformed string.