hivesolutions / appier

Joyful Python Web App development
http://appier.hive.pt
Apache License 2.0
126 stars 22 forks source link

Initial approach to regex replace string fix #64

Closed joamag closed 5 months ago

joamag commented 6 months ago

Description

Added regex string prefix to all of the compiled regex values. This is a first step to make the regex replace more robust.

Related to #63

joamag commented 6 months ago

Need to add proper unit testing