M
Milsnips
Hi there,
i'm trying to do a string replace on something like the following
string MyString = myinput;
myinput = myinput.Replace("src="../content/","http://www.site.com/content/")
but, the "src="../content/" line isnt working, i tried 3 quotes, 4 quotes, 5
quotes, no luck, whats the correct syntax to do this (and replace a string
that contains a quote in it)?
thanks,
Paul
i'm trying to do a string replace on something like the following
string MyString = myinput;
myinput = myinput.Replace("src="../content/","http://www.site.com/content/")
but, the "src="../content/" line isnt working, i tried 3 quotes, 4 quotes, 5
quotes, no luck, whats the correct syntax to do this (and replace a string
that contains a quote in it)?
thanks,
Paul
)