If Clipboard
The If Clipboard command checks for a value saved to the clipboard.
Script Editor > Expand Logic Category > If Clipboard
Options
Select from one of the four clipboard options available.
If the Clipboard Text Equals
Test if the text contents of the clipboard are equal to a specified value. The contents must match exactly.
If the Clipboard Contains
Test if the text contents of the clipboard contain a specific value. The value only needs to be found within the entire clipboard contents.
If the Clipboard does not Equal
Test if the text contents of the clipboard are not equal to a specified value. The clipboard contents do not match exactly.
If the Clipboard does not Contain
Test if the text contents of the clipboard do not contain a specific value.
Text
Insert the text to be compared against the clipboard contents.
Match Uppercase and Lowercase
Check this box if the matching text must be case sensitive - the uppercase and lowercase text must match.