hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
519 stars 98 forks source link

Fix for invalid escape sequences in strings #446

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

Regular expressions containing invalid escape sequences should avoid the normal escape sequence replacement using raw strings (r'...')

The replacement for regex is quite different from the usually used.

hildogjr commented 3 years ago

Thanks @set-soft, you are doing a great job with revision and those fix. Some of than are quite obvious but passed way the person that coded.