View source: R/extract_properties.R
extract_and_substitute | R Documentation |
Extract Substring Matching Pattern and Replace
extract_and_substitute(pattern, replacement, x)
pattern |
pattern to be matched against the values in |
replacement |
string of the form |
x |
vector of character in which to look for substrings to extract |
kwb.fakin:::extract_and_substitute( pattern = "key_(ab(c|d))", replacement = "alphabet:true+full:\\1+char2:\\2", x = c("noch viel mehr key_abc", "key_abd", "abe") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.