Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRegex: no multiline option #971
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jtrunick commentedAug 1, 2018
A regex like this is not possible as multiline is not supported.
Regex.regex "/^.*$/gm"
Why is this left out, and what is the workaround?