Why upper(), lower() and capitalize() doesn't work on this:
asd = str(document.title)
response.flash = (asd + 'world').upper()

document.title is 'hello'
so, the result is: 'helloWORLD'

Reply via email to