Regular Expressions

Many Actions which specify attributes or HTML Elements on the current webpage accept Wildcards and Regular Expressions as their specifiers. Regular Expressions can be used by wrapping a specifier in / / characters. For example, the regex /(foo)|(bar)/ would match foo or bar.