replace only the first and second comma with TAB in apex using using jquery
All,
I am generating string patterns in textarea in my apex page like ==> 23232,445454,"454545,7878,988978,3r3e"
and i want to replace only the first and second comma(,) with TABS so i get like ==> 23232 445454 "454545,7878,988978,3r3e"
this should execute with jquery code when i click my button?
any help on this please?
thank you.