Why is it that str.replace doesn't work sometimes?
Lie Ryan
lie.1296 at gmail.com
Wed Jun 24 17:17:18 EDT 2009
More information about the Python-list mailing list
Wed Jun 24 17:17:18 EDT 2009
- Previous message (by thread): Why is it that str.replace doesn't work sometimes?
- Next message (by thread): Why is it that str.replace doesn't work sometimes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
MRAB wrote: > There's no difference between the two types of quote character. a small exception is single-quote can contain double quote but cannot contain unescaped single quote while double-quote can contain single quote but cannot contain unescaped double quote.
- Previous message (by thread): Why is it that str.replace doesn't work sometimes?
- Next message (by thread): Why is it that str.replace doesn't work sometimes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list