I have String.
Var Str = "INC300051546,INC300051553,INC300051561,INC300051579"
I want to check there should not be seperator other than comma in the string.
And Comma Seperated String should contain INC as 1st three character and after that 9 digits followed by comma.
Is there any regular expression to validate the string.