Feature: Continuation Escape
Home | Features | Improve this section
A Continuation Escape is a zero-width assertion that matches either the start of the input or the start of the last match.
Syntax
NOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.
\G— Matches either the start of the input or the start of the last match.
Engines
| Engine | Supported |
|---|---|
| Perl | ✔ |
| PCRE | ✔ |
| Boost.Regex | ✔ |
| .NET | ✔ |
| Oniguruma | ✔ |
| Hyperscan | ❌ |
| ICU | ✔ |
| Glib/GRegex | ✔ |
| ECMAScript | ❌ |