The characters used to generate the random strings (default: abcdefghijklmnopqrstuvwxyz)
vector_mode
The type of character vector to generate (either stringfish or normal, default: stringfish)
Details
The function uses the PCRE2 library, which is also used internally by R.
Note: the order of paramters is switched compared to the `gsub` base R function, with subject being first.
See also: https://www.pcre.org/current/doc/html/pcre2api.html for more documentation on match syntax.