Versions in this module Expand all Collapse all v0 v0.3.0 Mar 29, 2026 Changes in this version + var ValidIdentifierRe = regexp.MustCompile(`^[a-zA-Z_][a-zA-Z0-9_]*$`) + func Validate(id string) error + func ValidateCypher(id, kind string) error