indilo53 / fxserver-resource-scrambler

FXServer Resource Scrambler
GNU General Public License v3.0
22 stars 12 forks source link

Updated RegEx to match with newlines #7

Closed BrutalBirdie closed 5 years ago

BrutalBirdie commented 5 years ago

Also updated the match to only use the last matched RegEx. Before this edit there was only one matching group, now there could be 5+

BrutalBirdie commented 5 years ago

I hate those little things! ";" I work with python3 like 24/7 I forgot to add the ";" at each new match.

Sorry. New PR!