regex_partial
Updated on Monday, 8 April, 2013 - 16:59
Purpose:
Filter for content that contains text represented in a regular expression. The text can appear anywhere within the target you select.
For comparison, the regex_exact operator works when the regular expression exactly matches the entire content of the target you choose.
Case Sensitivity:
Employs the case-sensitivity conventions of regular expressions.
Syntax:
regex_partial string
Examples:
1. Filter for content that contains the word "authorized" in its UK and US spelling variants.
2. Filter for content that contains "marketer", "marketing" or "marketing research".
