Skip to the content.

Feature: Buffer Boundaries

Home | Features | Improve this section

A Buffer Boundary is an Atom that matches the start or the end of the input. This differs slightly from ^ and $ which can be affected by RegExp flags like m.

Syntax

Improve this section

NOTE: The following syntax is an example based on some of the supported engines. For specific engine support, see Engines.

Engines

Engine Supported
Perl
PCRE
Boost.Regex
.NET
Oniguruma
Hyperscan
ICU
Glib/GRegex
ECMAScript

See Also

Improve this section