The requested page is not available for selected version.
wildcard
A specific regular expression pattern that can be used to substitute for any other character or characters in a string, allowing for flexibility in pattern matching. The following wildcards are commonly used:
- “.” (period, or “dot”), representing a single character of any type.
- “.*” (“dot star”), representing any continuous string of zero or more characters of any type.