Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 134u

  1. 134u

    Looking to do multiple search and replaces

    import string old_str = ''' One Two One Two One Two One Two One Two One Two ''' print "Old String",old_str print "\n\n" new_string = string.replace(old_str,'One','1') print "New String",new_string

Part and Inventory Search

Back
Top