utils_clear_content {podcleaner} | R Documentation |
Clear string of matched content
Description
Clears the provided string of the content specified as a regex.
Usage
utils_clear_content(string_search, regex_content, ignore_case)
Arguments
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 ( |
Value
A character string.
Examples
## Not run:
utils_clear_content("glasgow-entrepreneurs", "^.+-", TRUE)
## End(Not run)
[Package podcleaner version 0.1.2 Index]