users
[Top] [All Lists]

Re: [cinjug-users] String problem???

To: "Ray" <andern@xxxxxxxxxxxx>, <users@xxxxxxxxxx>
Subject: Re: [cinjug-users] String problem???
From: "Ray" <andern@xxxxxxxxxxxx>
Date: Wed, 11 Jun 2003 10:30:17 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <010301c33025$5606b830$9865fea9@CodeMasters>
Hi folks,
 
Thanks for all responses. It now works. Here's the magic code from James Carman.
 
System.out.println( input.replaceAll( "\"", "\\\\\"" ) );
 
Thanks again.
 
Ray
------------------------
----- Original Message -----
From: Ray
Sent: Wednesday, June 11, 2003 10:25 AM
Subject: Re: [cinjug-users] String problem???

Hi folks,
 
Still ALL suggestions do not work. A little more info : the input string is from a string database field that has " in it, and not \". Thanks.
 
Ray
----------------
<Prev in Thread] Current Thread [Next in Thread>