Converting Strings to UPPERCASE ?
Terry Reedy
tjreedy at home.com
Mon Sep 17 23:33:35 EDT 2001
More information about the Python-list mailing list
Mon Sep 17 23:33:35 EDT 2001
- Previous message (by thread): Converting Strings to UPPERCASE ?
- Next message (by thread): Converting Strings to UPPERCASE ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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)
- Previous message (by thread): Converting Strings to UPPERCASE ?
- Next message (by thread): Converting Strings to UPPERCASE ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list