On 19.06.2008, at 20:17, ppatel3026 wrote:
I would like to replace "\r\n" with "" in a character string, where
"\r\n"
exists only between < and >, how could I do that?
Initial:
characterString = "\r\n"
Result:
characterString = "\r\nXML>"
Tried with sub(below) but it only replaces the f
On Thu, Jun 19, 2008 at 2:17 PM, ppatel3026
<[EMAIL PROTECTED]> wrote:
>
> I would like to replace "\r\n" with "" in a character string, where "\r\n"
> exists only between < and >, how could I do that?
>
> Initial:
> characterString = " id=\"F\r\n2\">\r\n"
>
> Result:
> characterString = "\r\n"
>
>
I would like to replace "\r\n" with "" in a character string, where "\r\n"
exists only between < and >, how could I do that?
Initial:
characterString = "\r\n"
Result:
characterString = "\r\n"
Tried with sub(below) but it only replaces the first instance and I am not
sure how to pattern match s
3 matches
Mail list logo