Good morning,
My web application requires users to upload data in the form of comma-seperated values
i.e. 11,3, 8,12,5 ,1,9, 13,5,7
I want to check that the user is only uploading numbers and commas
What is the best way to check this?
Regular expressions?
Thanks