Skip to content

Conversation

Zac-HD
Copy link
Contributor

@Zac-HD Zac-HD commented Oct 2, 2019

This is a follow-up to #235, based on the research I did (and test suite I wrote) for my new Python library js-regex with a view to supporting it in python-jsonschema/jsonschema#607.

  • Literal \a matches the ascii BEL character
  • Literal \cC (with any a-zA-Z character) matches control characters
  • \d, \D, \w, \W, \s, and \S match ASCII characters of the specific class, not any unicode char of those classes.

FYI all files are identical across the various drafts.

@Julian Julian merged commit c0b2431 into json-schema-org:master Oct 2, 2019
@Julian
Copy link
Member

Julian commented Oct 2, 2019

Yay, thanks!

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

Successfully merging this pull request may close these issues.

2 participants