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
Source: itplr-kosit/validator-configuration-xrechnung#56
Please check that the format attribute is only 102, 610 or 616
format
102
610
616
Check the 102 format like this:
A regular expression for this may look like this:
^[0-9][0-9][0-9][1-9](1[0-2]|0[1-9])(3[01]|2[0-9]1[0-9]|0[1-9])$
The text was updated successfully, but these errors were encountered:
Applying regular expression (20\d{2})(\d{2})(\d{2}) to udt:DateTimeString[@Format = '102']
Sorry, something went wrong.
applying regular expression to check date format. New rule CII-DT-097…
0e4f629
… to resolve #259
I don't like the fix 20 in front. Wouldn't it be simpler (and less error prone) to use \d{8} instead?
20
\d{8}
You are right.
simplify reg exp for DateTime in #259 and resolves #257
d176039
No branches or pull requests
Source: itplr-kosit/validator-configuration-xrechnung#56
Please check that the
format
attribute is only102
,610
or616
Check the
102
format like this:A regular expression for this may look like this:
The text was updated successfully, but these errors were encountered: