editops_apply_str {RapidFuzz}R Documentation

Apply Edit Operations to String

Description

Applies edit operations to transform a string.

Usage

editops_apply_str(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

The transformed string.


[Package RapidFuzz version 1.0 Index]