in token/util/helpers.go [103:105]
func IsValidBootstrapTokenID(tokenID string) bool { return BootstrapTokenIDRegexp.MatchString(tokenID) }