in reply to Re: Escaping regex characters in user-defined input
in thread Escaping regex characters in user-defined input

... or quotemeta, which is really the same as a function. TIMTOWDI.
  • Comment on Re^2: Escaping regex characters in user-defined input

Replies are listed 'Best First'.
Re^3: Escaping regex characters in user-defined input
by kscript (Novice) on Aug 24, 2007 at 16:47 UTC
    Thank you for all of your help.