Escape character treatment in string library functions
- From: rejithomas.d@xxxxxxxxx
- Date: Wed, 16 Jan 2008 05:53:01 -0800 (PST)
Can I change the escape character used by string libraries?. My
requirement is to
parse a string in format "domain\username" and change it into domain\
\username.
The C library functions takes \ as an escape character and also treat
'\r' etc special making it difficult to parse even char by char.
Can anyone suggest any solution to this issue
.
- Follow-Ups:
- Re: Escape character treatment in string library functions
- From: Malcolm McLean
- Re: Escape character treatment in string library functions
- From: Malcolm McLean
- Re: Escape character treatment in string library functions
- From: Richard Heathfield
- Re: Escape character treatment in string library functions
- From: Ben Bacarisse
- Re: Escape character treatment in string library functions
- From: ekkehard.horner
- Re: Escape character treatment in string library functions
- Prev by Date: Re: A note on computing thugs and coding bums
- Next by Date: Re: A note on computing thugs and coding bums
- Previous by thread: Herbert Schildt, author of The Complete C++ Reference (NOT C Unleashed) rehabilitated on wikipedia
- Next by thread: Re: Escape character treatment in string library functions
- Index(es):
Relevant Pages
|