Closed rag4 closed 4 years ago
I believe it would be unintuitive to filter a list with another list using regex. We can use list comprehension instead to make the task easier, we just need to specify a type a delimiter, or we could use a file extension that handles separate entries (.csv, .xml).
I was also the person that suggested regex and put them as subtasks in our board in the first place.
My skeleton for filterLists.py. Have fun reviewing!