I am having a string like ...
"1" "2" "3" "4" " " "text1" "text2" "text3" "6" "first && second && third.." " " " 7 " " 8"..
What i Intended to achieve is...
1,2,3,4,,text1,text2,text3,6,first && second && third..,,7,8,..
Can any one Help me with this ?