2010-11-27, 11:34 PM
You'd think a powerful parser like regex would be able to return only unique strings. I guess there's no management of that. 
I know I could do...
list(set((\d+\s)))
But I was just wondering if there was a way to do this just through regex.

I know I could do...
list(set((\d+\s)))
But I was just wondering if there was a way to do this just through regex.
