Resolved! Regex expression to check comma separated string
Hi All, I need to validate a single line text field with only comma separated values. Case 1 : With one input it should return true, example: Abel Case 2 : With multiple input it should return true, example: Abel tuter, Sys Admin Case 3: Any special ...
