On 10/20/2012 12:09 AM, contro opinion wrote:
> how can i use  regular expression  in  python  to change the string
> "a test of capitalizing"
> into
> "A Test Of Capitalizing"?
>
>

is that (regex) part of the assignment, or just how you assumed you'd
want to do it?

There is a str method already called title().  Check to see if that's
what you want.



-- 

DaveA

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to