Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

replace only the first and second comma with TAB in apex using using jquery

Gor_MahiaApr 28 2013 — edited Apr 29 2013
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.
This post has been answered by trent on Apr 29 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2013
Added on Apr 28 2013
4 comments
250 views