Newbie asks, how to get rid of the last four characters of a string?

Christopher Culver kricxjo.neniuspamajxo at yahoo.com
Wed Jan 22 09:22:47 EST 2003


I'm somewhat new to Python and have run into this problem: I have a script
whose first argument takes a MS Word file, which would end with .doc. I
want to remove ".doc" and have just the file name without extension. Now,
I know I can do this with regular expressions, but is there a function
that can be used to chomp off the last four characters without having to
import the re module?

Christopher Culver <christopher_culver at yahoo.com>




More information about the Python-list mailing list