swaggest / php-json-schema

High definition PHP structures with JSON-schema based validation
MIT License
451 stars 51 forks source link

Improve regex delimiters, fixes #71 #72

Closed vearutop closed 5 years ago

vearutop commented 5 years ago

This PR enables support for regular expressions containing special chars conflicting with list of allowed delimiters. A more compatible solution is using { ... } as delimiters.