in token/util/helpers.go [97:99]
func IsValidBootstrapToken(token string) bool { return BootstrapTokenRegexp.MatchString(token) }