replace double inverted commas into slash double inverted commas in string
- From: "AviraM" <aviram83@xxxxxxxxx>
- Date: 28 Sep 2006 00:38:41 -0700
hi all
I have a var of String type
the string include double inverted commas (") and I need to replace it
into slash double inverted commas (\")
example:
original: "abc"de"
result: "abc\"de"
that problem came because I got the string from the databse and I need
the string to make a query from the databae comparing as is but the
all parse is illegal without change my string
thanks all
.
- Follow-Ups:
- Re: replace double inverted commas into slash double inverted commas in string
- From: Manish Pandit
- Re: replace double inverted commas into slash double inverted commas in string
- Prev by Date: HTML form to XML form
- Next by Date: Creating beans from database tables
- Previous by thread: HTML form to XML form
- Next by thread: Re: replace double inverted commas into slash double inverted commas in string
- Index(es):
Relevant Pages
|
|