Skip to the content.

Feature: Character Class Nested Set

Home | Features | Improve this section

A Character Class Nested Set allows you to to define a nested character class inside of a character class.

Syntax

Improve this section

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

Example

Improve this section

[a-z&&[^d-q]]

Is equivalent to:

[a-cr-z]

Engines

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

See Also

Improve this section