Re: Need a Regular expression to remove a char for Unicode text

2006-10-13 Thread Leo Kislov
On Oct 13, 4:55 am, "Leo Kislov" <[EMAIL PROTECTED]> wrote: > On Oct 13, 4:44 am, [EMAIL PROTECTED] wrote: > > > శ్రీనివాస wrote: > > > Hai friends, > > > Can any one tell me how can i remove a character from a unocode text. > > > కల్‌&హార is a Telugu word in Unicode. Here i want to > > > remove '&

Re: Need a Regular expression to remove a char for Unicode text

2006-10-13 Thread Leo Kislov
On Oct 13, 4:44 am, [EMAIL PROTECTED] wrote: > శ్రీనివాస wrote: > > Hai friends, > > Can any one tell me how can i remove a character from a unocode text. > > కల్‌&హార is a Telugu word in Unicode. Here i want to > > remove '&' but not replace with a zero width char. And one more thing, > > if any

Re: Need a Regular expression to remove a char for Unicode text

2006-10-13 Thread Sybren Stuvel
శ్రీనివాస enlightened us with: > Can any one tell me how can i remove a character from a unocode > text. కల్<200c>&హార is a Telugu word in Unicode. Here i want to > remove '&' but not replace with a zero width char. And one more > thing, if any whitespaces are there b

Re: Need a Regular expression to remove a char for Unicode text

2006-10-13 Thread harvey . thomas
శ్రీనివాస wrote: > Hai friends, > Can any one tell me how can i remove a character from a unocode text. > కల్‌&హార is a Telugu word in Unicode. Here i want to > remove '&' but not replace with a zero width char. And one more thing, > if any whitespaces are there before and after '&' char, the text

Need a Regular expression to remove a char for Unicode text

2006-10-13 Thread శ్రీనివాస
Hai friends, Can any one tell me how can i remove a character from a unocode text. కల్‌&హార is a Telugu word in Unicode. Here i want to remove '&' but not replace with a zero width char. And one more thing, if any whitespaces are there before and after '&' char, the text should be kept as it is. Pl