in reply to Re: A problem with using the split command
in thread A problem with using the split command

Single quoted type strings do treat \\ and \ followed by the ending delimiter character as special, just as double quoted strings do. It's everything else that they don't treat specially.
  • Comment on Re: Re: A problem with using the split command

Replies are listed 'Best First'.
Re: Re: Re: A problem with using the split command
by Sandy (Curate) on Apr 30, 2004 at 21:58 UTC
    Ah HA!

    Thanks.