Results 7 comments of Jason Lam

I think this is expected behavior, unless I'm not understanding the documentation correctly. See the main README. Search for **Activate behavior to require all fields have a validation tag by...

Submitted pull request #239

Wondering if _IsBlank_ should be implemented? Where _IsNull_ would produce **false** on \n \t and IsBlank would product **true**, _IsBlank_ would include the use of _strings.TrimSpace()_

I am not sure what you are asking, **IsAlpha** will determine if the text contains only text. ``` package main import ( "fmt" "github.com/asaskevich/govalidator" ) func main() { fmt.Println("Is Alpha?...

Oh ya sure PHPUnit 7.x would do as well