Think about Loose Coupling | |
PerlMonks |
comment on |
( [id://3333]=superdoc: print w/replies, xml ) | Need Help?? |
One of the problems with a regex interface is security.
You have to make sure it's not injecting code and that it's terminating in reasonable time. Not sure why you need that tho I used globs for that reason in one of my projects, (they translated to regex but safely) and it was sufficient for 99% of our users. > not entirely clear to me what the separate strings with option does I think you are talking about the option to separate different sub strings with something different than space, like that you can search for substrings where a space is included. Like
Cheers Rolf
UpdateYour way of linking is constantly logging me out, not everybody is using www.perlmonks.org. Please prefer ids like [id://11160421] or node name links [node name] See also site how to In reply to Re: super search by regex (updated)
by LanX
|
|