Closed crookedneighbor closed 8 years ago
Minor optimization. Moves regex creation to variables at the top of the files so new regexs don't need to be created every time the functions run.
All tests pass.
👍
Minor optimization. Moves regex creation to variables at the top of the files so new regexs don't need to be created every time the functions run.