users
[Top] [All Lists]

String problem???

To: <users@xxxxxxxxxx>
Subject: String problem???
From: "Ray" <andern@xxxxxxxxxxxx>
Date: Wed, 11 Jun 2003 09:09:12 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Hi folks,
 
I'm attempting to change all occurrences of double quotes ( " ) in a string to slash double quotes ( \" ). What's the best way to do this? string.replace(' " ' , ' \" ') does not work. Any ideas?
 
Ray
-------------------
<Prev in Thread] Current Thread [Next in Thread>