Closed andykais closed 5 years ago
inputs, downloads, & parses all have an option for regexCleanup. This issue is to implement that feature.
type RegexRemove = string type RegexReplace = { selector: string replacer: string } type RegexCleanup = RegexRemove | RegexReplace
define: api: download: urlTemplate: ... # find regex and replace with '' regexCleanup: "var json="
a string value becomes the long version: { selector: string, replacer: '' }
{ selector: string, replacer: '' }
inputs, downloads, & parses all have an option for regexCleanup. This issue is to implement that feature.
a string value becomes the long version:
{ selector: string, replacer: '' }