I have a input as [1,3,4], [1,2,6,8] and I am new to using regular expression. I want to split the above input into two parts as 1 3 4 and 1 2 6 8 and consider them as separate