json-schema-spec icon indicating copy to clipboard operation
json-schema-spec copied to clipboard

Core regex should permit "."

Open lukem opened this issue 1 year ago • 0 comments

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 avatar Nov 11 '23 02:11 lukem