Description Usage Arguments Value Examples
Apply case from a target character to another string.
1 | str_apply_case(string, target)
|
string |
Input character vector. |
target |
A case target character vector. |
A character vector.
1 | caractr::str_apply_case(c("test1", "test2"), target = c("aaAaa", "bBBbb"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.