Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UuidRegexp = regexp.MustCompile(
`^(?:` +
`[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}` +
`|` +
`[a-z][0-9a-fA-F]{8}` +
`)$`,
)
UuidRegexp matches: - Standard UUID format: 8-4-4-4-12 (hex with hyphens) - SAP subaccount ID format: [a-z] + 8 hex characters (e.g. xf014edd7)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.