I tried with the following regular expression
/^([a-z0-9])+(,[a-z0-9]+)*$/
My text field string looks like the following csv format as
123,456,789,012
But the above expressions fails for me, main thing is whitespaces are not allowed with the given text field string.