emily-modifiers
emily-modifiers copied to clipboard
Fix error caused by second match failing
The code for second match is duplicated, so I moved it out of the if statement, added a check to make sure that secondMatch
is not None and added number key to the second regex. Closes #9