http://qs321.pair.com?node_id=525825


in reply to Re^4: Unrecognized escape \Q passed through in regex
in thread Unrecognized escape \Q passed through in regex

quotemeta should be easy to implement in any language. Adding a slash in front of any characters other than [a-zA-Z0-9] should do the trick.
  • Comment on Re^5: Unrecognized escape \Q passed through in regex

Replies are listed 'Best First'.
Re^6: Unrecognized escape \Q passed through in regex
by Articuno (Beadle) on Jan 26, 2006 at 19:57 UTC
    Ok... You won :-)
    (somehow i was thinking that there could be a problem with that... but now it's clear that it's safe ^_^;;; )
    -- 6x9=42