StructureRegexBuilder5.9.0

    Anchor

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

    iOS
    16.0+
    macOS
    13.0+
    tvOS
    16.0+
    watchOS
    9.0+
    struct Anchor

    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.

    Citizens in RegexBuilder

    Conformances

    Members