Constraint: Clipboard content

Revision as of 11:17, 9 January 2026 by MacroDroidDev (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This constraint allows or prevents a macro/feature from running based on the current clipboard text.

Options

  • Text Match - Match specific text or patterns
  • Enable regular expression matching - Use regex for advanced matching
  • Case insensitive - Ignore uppercase/lowercase differences when comparing text

Example

Example 1: Share a copied URL only when the clipboard contains a link

Triggers

Widget Button
Actions

Share Text
Constraints

Clipboard content - Contains "http"

See Also