Re: String Character Conversion
- From: Eric Sosman <Eric.Sosman@xxxxxxx>
- Date: Fri, 30 Jun 2006 12:30:15 -0400
Jayson Davis wrote On 06/30/06 11:46,:
Say I have a string read from a configuration file.
searchfor <tab> Needle\n\n
Where I want to search for the word "Needle" with two linefeeds. Now
when I read it from the file, it hasn't converted the linefeeds into
characters. Is there a function to do that or do I need to write it myself?
Please explain what you mean by "it hasn't converted ..."
The newline characters *are* characters, and can be read and
written just like vowels and consonants.
--
Eric.Sosman@xxxxxxx
.
- Follow-Ups:
- Re: String Character Conversion
- From: Jayson Davis
- Re: String Character Conversion
- References:
- String Character Conversion
- From: Jayson Davis
- String Character Conversion
- Prev by Date: Re: So what Standard are we working off?
- Next by Date: Re: So what Standard are we working off?
- Previous by thread: String Character Conversion
- Next by thread: Re: String Character Conversion
- Index(es):
Relevant Pages
|