3
votes
1answer
2k views

Faster JavaScript fuzzy string matching function?

I'm using the following function to fuzzy match strings: ...
2
votes
2answers
111 views

Speeding up and fixing phone numbers from CSVs with Regex

I've hodgepodged together an attempt to extract all phone numbers from all CSVs in a directory, regardless of where they are and what format they're in. I want all phone numbers to be printed to a ...