opcodes_apply_vec: Apply Opcodes to Vector

View source: R/RcppExports.R

opcodes_apply_vecR Documentation

Apply Opcodes to Vector

Description

Applies opcodes to transform a string.

Usage

opcodes_apply_vec(opcodes, s1, s2)

Arguments

opcodes

A data frame of opcode transformations (type, src_begin, src_end, dest_begin, dest_end).

s1

The source string.

s2

The target string.

Value

A character vector representing the transformed string.


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