Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.
You can here alternatively try to browse the pure source code or just view or download the uninterpreted raw source code. If the rendering is insufficient you may try to find and view the page on the project site itself.
Used when matching identifiers. In the early days of T5 IoC, matching was based on shell-style glob matches (a '*'
could represent zero or more characters). But that was limiting so now we check to see if the provided pattern looks
like a glob (just characters and asterisks, for compatibility with older code) and, if not, we assume it is a regular
expression.