strWrapAll | R Documentation |
Wraps every occurence of the pattern with a prefix and a suffix. Non-vectorized, the arguments are expected to be scalars (atoms).
strWrapAll(s, pattern, prefix, suffix, ignoreCase = TRUE)
s |
a string to transform |
pattern |
describing the pieces of s to wrap |
prefix |
: chString |
suffix |
: chString |
ignoreCase |
: chBool |
a transformed string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.