Contents

CharacterClass

A class of characters that match in a regex.

Declaration

struct CharacterClass

Overview

A character class can represent individual characters, a group of characters, the set of character that match some set of criteria, or a set algebraic combination of all of the above.

Topics

Instance Properties

Instance Methods

Type Methods

See Also

Components