Description Usage Arguments Value Examples
Clears the provided string of the content specified as a regex.
1 | utils_clear_content(string_search, regex_content, ignore_case)
|
string_search |
Character string to search for match(es). |
regex_content |
PCRE type regex provided as a character string of match(es) to search for. |
ignore_case |
Boolean specifying whether case should be ignored ( |
A character string.
1 2 3 4 | ## Not run:
utils_clear_content("glasgow-entrepreneurs", "^.+-", TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.