Re: character replace

2005-07-22 Thread Chad Armstrong
got it- i tried 2, and 3, but not 4. thanks Alexey On 7/22/05, Alexey N. Solofnenko <[EMAIL PROTECTED]> wrote: > I am sorry, I did not read your email correctly. With Java regular > expressions you need to escape back slashes twice "". > > - Alexey. > > Chad Armstrong wrote: > > Nope, I tak

Re: character replace

2005-07-22 Thread Alexey N. Solofnenko
I am sorry, I did not read your email correctly. With Java regular expressions you need to escape back slashes twice "". - Alexey. Chad Armstrong wrote: Nope, I take it back, read my output wrong. Here is a little more info. Commented sections are outputs: -

Re: character replace

2005-07-22 Thread Chad Armstrong
Nope, I take it back, read my output wrong. Here is a little more info. Commented sections are outputs:

Re: character replace

2005-07-22 Thread Chad Armstrong
Oh man- *blushes* yes that worked. Thanks On 7/22/05, Alexey N. Solofnenko <[EMAIL PROTECTED]> wrote: > You do not have to escape back slashes in XML - just put "\r\n". > > - Alexey. > > Chad Armstrong wrote: > > Hello all, > > Today seems to be regular expression day on the list, so here is

Re: character replace

2005-07-22 Thread Alexey N. Solofnenko
You do not have to escape back slashes in XML - just put "\r\n". - Alexey. Chad Armstrong wrote: Hello all, Today seems to be regular expression day on the list, so here is my input ;) I have a block of code in my build script:

character replace

2005-07-22 Thread Chad Armstrong
Hello all, Today seems to be regular expression day on the list, so here is my input ;) I have a block of code in my build script: