in reply to Re^2: strip text from a string
in thread strip text from a string

,p>I did not care to read the whole SQL statement. Most likely there may be character(s) in the query that are significant (meta characters) for correct regex. So try to escape the string either via quotemeta or \Q & \E.

Replies are listed 'Best First'.
Re^4: strip text from a string
by Anonymous Monk on Sep 11, 2014 at 15:54 UTC