Contents

Anchor

A regex component that matches a specific condition at a particular position in an input string.

Declaration

struct Anchor

Overview

You can use anchors to guarantee that a match only occurs at certain points in an input string, such as at the beginning of the string or at the end of a line.

Topics

Instance Properties

Type Properties

See Also

Components