Skip to content

UrlTransform

hollingsworthd edited this page Oct 6, 2014 · 6 revisions

JSON Object

Type Name Description
String regex Required -- Regular expression to match against a URL. Follows the syntax of String-escaped Java Patterns.
String replacement Required -- Replacement for the regex match
Boolean replaceAll Whether to replace all occurrences of the regex (i.e., a global flag for the regex)
Boolean replaceAllRecursive Whether to run the transform again on a previously transformed URL
Boolean multipleTransforms When multiple transforms are specified, whether to keep applying them after the first has already been matched
Boolean transformForExportOnly Whether to only apply the transform immediately before returning the results. Otherwise, this transform will affect any fetch operations.
Clone this wiki locally