csvlint.rb
csvlint.rb copied to clipboard
Syntax of `pattern` constraint
What's the syntax of the pattern
constraint? Is this using Ruby regexps or something more platform neutral such as those specified in XML Schema?
At the moment its just using ruby regex, but ought to use XML Schema regex as you suggest. It covers what we need here. Latest discussion is here:
https://github.com/dataprotocols/dataprotocols/issues/95#issuecomment-36487782
Given pattern
is still using ruby regex, and the mentioned issue has been closed, does this mean pattern
will likely stay with ruby regex and not change to XSD style?