Hi, how can I extract 2 integers from a string in python?
for example, my source string is this: Total size: 173233 (371587) I want to extract the integer 173233 and 371587 from that soource string, how can I do that? -- http://mail.python.org/mailman/listinfo/python-list