govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

added IsInCSV to validator.go, issue #468

Open doctorhoseinpour opened this issue 3 years ago • 0 comments

issue #468 added IsInCSV function to validator.go which takes the given string and file path then firstly attempts to find and open the csv file and secondly tries to find the input string in the csv records and by default if the input string is empty returns true

doctorhoseinpour avatar Feb 04 '22 20:02 doctorhoseinpour