How to split line at non-printing ascii character in Python

Posted by Donnied on Stack Overflow See other posts from Stack Overflow or by Donnied
Published on 2010-05-29T18:36:43Z Indexed on 2010/05/29 18:42 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

How can I split a line in Python at a non-printing ascii character (such as the long minus sign hex 0x97 , Octal 227)? I won't need the character itself. The information after it will be saved as a variable.

© Stack Overflow or respective owner

Related posts about python

Related posts about split