Documentation
¶
Index ¶
- Variables
- func Base64Decode(encoded string) string
- func Base64Encode(msg string) string
- func CheckAddZero(s string) string
- func EWMDecodeUUID(c22 string) string
- func EWMDecodeUUIDSlower(c22 string) string
- func EWMEncodeUUID(hx string) string
- func EWMEncodeUUIDSlower(hex string) string
- func EscapeLatex(s string) string
- func ValidAlphaNum7(s string) bool
- func ValidAlphaNum8(s string) bool
- func ValidAlphaNum8To9(s string) bool
- func ValidDigits20(s string) bool
- func ValidDigits4To15(s string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EWMEncoding *base64.Encoding
)
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
func CheckAddZero ¶
func EWMDecodeUUID ¶
UUID, or GUID, is a 128 bit number used as an ID number. The same number can be represented in different forms.
EWMEncodeUUID() converts hexadecimal to a non-standard base64 used by the EWM system.
EWMDecodeUUID() converts the the non-standard base64 to hexadecimal.
func EWMDecodeUUIDSlower ¶
not tested for speed but expect to be slightly slower
func EWMEncodeUUID ¶
UUID, or GUID, is a 128 bit number used as an ID number. The same number can be represented in different forms.
EWMEncodeUUID() converts hexadecimal to a non-standard base64 used by the EWM system.
EWMDecodeUUID() converts the the non-standard base64 to hexadecimal.
func EscapeLatex ¶
func ValidAlphaNum7 ¶
func ValidAlphaNum8 ¶
func ValidAlphaNum8To9 ¶
func ValidDigits20 ¶
func ValidDigits4To15 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.