Skip to content

(regex functionality) missing start/end of a string #131

@TessMyers

Description

@TessMyers

Already have start of line ^ and end of line $, but we should include \A and \z (start and end of string). The currently parser is not set up to handle this, unfortunately. \A and \z are converted to text literal nodes when manually added to the regex string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions