We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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)
The text was updated successfully, but these errors were encountered:
regex: allow "." to be used as a simple quantifier
ae1ed5d
Fix issue json-schema-org#1469
Closed by ☝️
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: