Converting Strings to UPPERCASE ?

Terry Reedy tjreedy at home.com
Mon Sep 17 23:33:35 EDT 2001


"Peter Moscatt" <pmoscatt at iprimus.com.au> wrote in message
news:3ba6bd0e at news.iprimus.com.au...
> I am having difficulty in converting a string to Upercase - how is
this best
> achieved ??

astring.uppercase()

or
import string
string.uppercase(astring)





More information about the Python-list mailing list