Alex Saskevich
Alex Saskevich
There is a support for `InRange` but it works only with float numbers. https://github.com/asaskevich/govalidator/blob/aa5cce4a76edb1a5acecab1870c17abbffb5419e/numerics.go#L42 I think there must be different functions for float and decimal numbers e.g. `InRangeFloat32` and `InRangeInt`
Merged, thanks!
But there is no definition of functions to use them in struct tags, will be resolved
Could you please describe with a little example what do you mean?
There is an issue with commas and extracting regexp as an argument of `matches`. https://github.com/asaskevich/govalidator/blob/master/validator.go#L766 There was a similar issue, and currently, there is only one suggestion - you could...
@bmhatfield Thank you, investigating for the solution
@Zilacon @trollworkout thanks, will look on it
Okay, I will make it
Seems to be same with #16
Great idea, will look how it can be done at the current moment