Thread: split in Python
View Single Post
  #3 (permalink)  
Old Jun 5th, 2006, 08:24
grahame grahame is offline
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: split in Python

You could also use a raw string (r"\") - they're typically much better that adding extra \ escapes all through a string.

-- Graham
Reply With Quote