kwr_build_regex | R Documentation |
The function does the following two things:
kwr_build_regex(x, and = NULL)
x |
Input string. |
and |
Optional string that should be matched as well. |
Accented letters in a string are replaced with a character class containing both the accented letter and the same letter without accent.
If the and
argument is provided, the resulting regex will match both
strings in any order.
Regular expression.
kwr_build_regex("vajíčko") kwr_build_regex(x = "abc", and = "xyz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.