A content test allows you to create a rule that checks the text of an element to see if it applies. The following variations are available:
test | description |
---|---|
contains | the element contains the indicated text anywhere within it |
ends with | the element ends with the indicated text |
equals | the element contains precisely the indicated text with nothing extra before or after |
matches | the element’s content matches the provided pattern |
starts with | the element begins with the indicated text |
For more information on patterns see Patterns
Example: content starts with test