Thread: split in Python
View Single Post
  #2 (permalink)  
Old Jun 5th, 2006, 00:51
pmichael pmichael is offline
New Member
Join Date: Aug 2003
Location: USA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: split in Python

Figured it out. "\" needs to be escaped, so "\\" is the solution.
Reply With Quote