Documentation
¶
Overview ¶
For each message there is one validator function, inside the functions , for each field there is a condition.
Rules:
Equal extensions:
- equal
- equal_all
VerboseEqual extensions:
- verbose_equal
- verbose_equal_all
Index ¶
Constants ¶
View Source
const UUIDRegEx = "^([a-fA-F0-9]{8}-" +
"[a-fA-F0-9]{4}-" +
"[%s][a-fA-F0-9]{3}-" +
"[8|9|aA|bB][a-fA-F0-9]{3}-" +
"[a-fA-F0-9]{12})?$"
UUIDRegEx , the pattern of uuid regex.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.