urlParsingRegularExpression
A regular expression used for advanced URL parsing.
Declaration
var urlParsingRegularExpression: String? { get }Discussion
This property is read-only. To set a regular expression for use in parsing, call setURLParsingRegularExpression(_:), which validates the pattern.
Setting a regular expression allows you to perform custom URL parsing patterns beyond the standard parsing options. The filter uses the regular expression to parse the URL before matching against the specified data set.
URL parsing with a regular expression is case insensitive.