How do I use this plugin to find/replace a string that contains a carriage return, also known as \n or CHAR(13) ?
How do I use this plugin to find/replace a string that contains a carriage return, also known as \n or CHAR(13) ?
Link to plugin download if possible?
Sorry - I thought I had, but I can see I didn't format my original post correctly. Considering that misfiling, I'm surprised anyone has answered at all! Thanks.
Here's the URL:
Not much solace in my answer, but, look at comments 33 and 34 here:
http://thedeadone.net/software/search-and-replace-wordpress-plugin/all-comments/#comments
Thanks! Hmm. My problem isn't with <p> tags. What I need to do is a find/replace from this string:
</td>
</tr>
</table>
<p>
to this:
</td>
</tr>
</table>
<p><!--more-->
I'll find another way to get into the SQL database to do this.
This topic has been closed to new replies.