Used to check the availability of a word or string from the dictionary in the specified text source. Dictionary is the list of strings, which is specified in the filter or external file.
Source
Set the text source, which is used for checking.
Static Words Dictionary
Set dictionary strings.
Load Dictionary From File
Enables dictionary loading from external file. Dictionary file name is set in Dictionary Strings. If this option is enabled AEP reloads the dictionary file for each processed message.
Options
Empty - True if the text source is empty.
Equals String - True if the text source is the same as any string specified in the dictionary.
Contains String - True if the text source contains any string specified in the dictionary.
Begin With String - True if the text source begins with any string specified in the dictionary.
End With String - True if the text source ends with any string specified in the dictionary.
Contains All Words From String - True if the text source contains all words from any string specified in the dictionary.
Contains Any Word From String - True if the text source contains any word from any string specified in the dictionary.
Match Case
String comparison occurs with case-sensitive.
Use Regular Expressions
Dictionary strings are regular expressions.
This Condition met
Set result to Success or Failed if condition is met.