Archives for the Date February 4th, 2009

Javascript unique strings with RegExps

I wrote a cool new feature for Hackvertor which found unique strings in some text, basically the function took a argument of a regular expression to split the text into parts and then scan a dynamic reg exp to check if the strings were unique are not. I thought I’d run through the code as […]