in reply to Re: Allowing regex entries in web form to search database: Risks or gotchas?
in thread Allowing regex entries in web form to search database: Risks or gotchas?
A few things jumped out at me in looking at the CPAN page you linked.
Seeing as the syntactical changes are unnecessary, I would prefer to stick with a pure PCRE. Why use commas in place of pipes and question marks in place of periods when the functionality for these remains exactly the same? And what happened to the zero-or-one match capability provided by the question mark? What replaces that?
Back to doing it my own way...TMTOWTDI doesn't mean I will like every other way of doing it.
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Allowing regex entries in web form to search database: Risks or gotchas?
by LanX (Saint) on Aug 09, 2022 at 10:10 UTC |