Feature: Wildcard
Home | Features | Improve this section
A Wildcard matches a single, non-newline character.
Syntax
NOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.
.— Matches any character except newline characters. If thes(single-line) flag is set then this matches any character.
Engines
| Engine | Supported |
|---|---|
| Perl | ✔ |
| PCRE | ✔ |
| Boost.Regex | ✔ |
| .NET | ✔ |
| Oniguruma | ✔ |
| Hyperscan | ✔ |
| ICU | ✔ |
| Glib/GRegex | ✔ |
| ECMAScript | ✔ |