docs
This commit is contained in:
parent
3646a7d122
commit
4fa6f80103
1 changed files with 3 additions and 2 deletions
|
|
@ -131,8 +131,9 @@ class RegexOptions(PluginOptions):
|
|||
|
||||
If you want to regex-search multiple source variables to create a logical OR effect, you can
|
||||
create an override variable that contains the concatenation of them, and search that with regex.
|
||||
For example, creating ``"title_and_description": "{title} {description}"`` then using
|
||||
``title_and_description`` to match/exclude from either ``title`` or ``description``.
|
||||
For example, creating the override variable ``"title_and_description": "{title} {description}"``
|
||||
and using ``title_and_description`` can regex match/exclude from either ``title`` or
|
||||
``description``.
|
||||
|
||||
Usage:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue