TonyGravagno / mysql-zod

Fork of erwinstone Generate Zod interfaces from MySQL database
MIT License
0 stars 0 forks source link

Improve RegEx syntax support #3

Open TonyGravagno opened 1 year ago

TonyGravagno commented 1 year ago

At this time, a RegExp must be in format "/..../" because only strings are being processed. This is OK to start but doesn't allow for RegEx options in format /..../zzz. It will help to support that format, for example for 'i' case insensitivity and 'g' global search/replace for multiple substrings.