editops_apply_str: Apply Edit Operations to String

View source: R/RcppExports.R

editops_apply_strR 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.


RapidFuzz documentation built on April 3, 2025, 11:52 p.m.