Perform transformations on input string, skipping sections that match the regular expression.
input string
function that takes non-skipped sections as input and performs transformation
a regular expression to split the string
transformed string, stitched back together
Generated using TypeDoc
Perform transformations on input string, skipping sections that match the regular expression.