Thread
:
something to get working
View Single Post
#
26
08-28-2009, 11:19 AM
Andrew80k
Dragon
Join Date: Feb 2007
Posts: 659
Nahh. That won't work. You'll need to escape the '|' with \ so:
s/\|\|/\|NULL\|/g;
the '|' is a special character in perl used as 'or' in regular expressions.
Last edited by Andrew80k; 08-28-2009 at
11:21 AM
.. Reason: Forgot my semicolon
Andrew80k
View Public Profile
Send a private message to Andrew80k
Find all posts by Andrew80k