opcodes_apply_str {RapidFuzz} | R Documentation |
Apply Opcodes to String
Description
Applies opcodes to transform a string.
Usage
opcodes_apply_str(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
The transformed string.
[Package RapidFuzz version 1.0 Index]