got the ans
var pat1 = /"(\n{0,})(.{0,})(\n{0,})(.{0,})(\n{0,})"/g;
arr[j] = arr[j].replace(pat1,"$2$4");On 7/30/07, ankIT WALiA <[EMAIL PROTECTED]> wrote: > > Hi All, > > I want to have an expression if there is any character (line break > included) between quotes then quotes need to be removed. > > Thanks > Ankit > > > -- > LIfe is like a Rose is upto u spreading its fragnance or thorns. > अन्कित वालिया -- LIfe is like a Rose is upto u spreading its fragnance or thorns. अन्कित वालिया _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Next Event: http://freed.in - September 28-29, 2007 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
