• Any thoughts on how to do a multiple line search and replace?

    I want to replace
    <div class=”box75″>
    <div class=”padding”>
    <div class=”box”>

    with
    <div class=”box50″>
    <div class=”center”>
    <div class=”border”>

    The issue is that I have some <div class=”box”> areas that I want to retain, so I can’t just replace line by line…

    http://ww.wp.xz.cn/extend/plugins/search-and-replace/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Frank Bueltge

    (@bueltge)

    It is not possible, in the database is this string not realy possible. You must replace with the same string maybe with \n below a tag. Search for <div class="box50"> and see in the result, how is the string inside the database and then you can replace.

Viewing 1 replies (of 1 total)

The topic ‘Multiple line search & replace?’ is closed to new replies.