Skip to content

The m flag on regex gets treated as the start of a new regex #120

Description

@snoopyjc

The m flag on regex gets treated as the start of a new regex. For example;

 my @lines = split(/^/m, $expr);

gets parsed as a /^/ regex, followed by a m, ..... regex (and the next comma is many lines away!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions