http://qs1969.pair.com?node_id=1108199


in reply to Re: Regular expression for a comma separated string
in thread Regular expression for a comma separated string

It doesn't have to be. I didn't mention earlier, I did try to break it down but with no success.
/^(?=[ACGT]{1,4},[ACGT]{1,4}$).*$/ && /^(?!.*(.).*\1.*,).*$/ && /^(?!,.*(.).*\1).*$/