Anchor
A regex component that matches a specific condition at a particular position in an input string.
Declaration
struct AnchorOverview
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.