Forums

Carriage Return find/replace (5 posts)

  1. kgagne
    Member
    Posted 2 years ago #

    How do I use this plugin to find/replace a string that contains a carriage return, also known as \n or CHAR(13) ?

  2. MichaelH
    moderator
    Posted 2 years ago #

    Link to plugin download if possible?

  3. kgagne
    Member
    Posted 2 years ago #

    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:

    http://wordpress.org/extend/plugins/search-and-replace/

  4. MichaelH
    moderator
    Posted 2 years ago #

    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

  5. kgagne
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic