External links uses patterns (regular expressions) to match the "href" property of links.
(example\.com)
(example\.com)|(example\.net)
(links/goto/[0-9]+/[0-9]+)
.
?
\d
[a-z]
All special characters (^ $ . ? ( ) | * +) must also be escaped with backslashes. Patterns are not case-sensitive. Any pattern supported by JavaScript may be used.
^ $ . ? ( ) | * +
Use CSS selectors to exclude entirely or only look inside explicitly specified classes and IDs for external links. These will be passed straight to jQuery for matching.