Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core regex should permit "." #1469

Open
lukem opened this issue Nov 11, 2023 · 0 comments
Open

Core regex should permit "." #1469

lukem opened this issue Nov 11, 2023 · 0 comments

Comments

@lukem
Copy link

lukem commented Nov 11, 2023

Core 6.4 Regular Expressions doesn't explicitly list "." as one of permitted regular expression constructs.

This seems to be an oversight.

I propose adding it to the list of simple quantifiers as:

"." (any character except line terminator)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant