hammadsaedi / regex-pro

Regex Pro is a regular expression tester. It allows you to test your regular expressions against a string of your choice.
https://hammadsaedi.github.io/regex-pro/
MIT License
6 stars 17 forks source link

PR #7: added sql_remover form #42

Closed sfazli96 closed 1 year ago

hammadsaedi commented 1 year ago

It works for upper case but SQL is not case-sensitive. So, we have to take care of both cases. image

sfazli96 commented 1 year ago

Oh, ok so we want it to work for both uppercase and lowercase, correct? I can look into that and fix the issue. Thank you for something I missed.

sfazli96 commented 1 year ago

Hi! I just updated the files and new commit that fixes the case-sensitive. Test it out. It is still in this pull request

hammadsaedi commented 1 year ago

Thanks :)