Closed alexkwolfe closed 10 years ago
Oh. It looks like it's supported after all. It's missing from the format specifiers in the read me, which is what threw me off.
That’s correct — the pattern
keyword is supported and works as per the spec.
The reason there is separate documentation for the format
keyword is because it’s optional in the spec. I needed to show that what format
attributes were supported and how they worked since that varies between implementations.
Would you consider adding support for the pattern format for strings?