Open
Description
- [true ] I have looked at the documentation here first?
- [ true] I have looked at the examples provided that may showcase my question here?
Package version eg. v9, v10: v10
Issue, Question or Enhancement:
Alpha validator cannot have space. I think we need it.
Code sample, to showcase or reproduce:
hasPass := regexp.MustCompile(`^[a-zA-Z ]+$`).MatchString(reqData.Name)