Skip to content

Core regex should permit "." #1469

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

Closed
lukem opened this issue Nov 11, 2023 · 1 comment
Closed

Core regex should permit "." #1469

lukem opened this issue Nov 11, 2023 · 1 comment

Comments

@lukem
Copy link
Contributor

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)

lukem added a commit to lukem/json-schema-spec that referenced this issue Nov 11, 2023
@gregsdennis
Copy link
Member

Closed by ☝️

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

2 participants