Title: str_replace new lines
Last modified: October 10, 2020

---

# str_replace new lines

 *  Resolved [bsmolyanov](https://wordpress.org/support/users/bsmolyanov/)
 * (@bsmolyanov)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/str_replace-new-lines/)
 * Hi, I am importing from json and the source json file contains \n at the end 
   of each paragraph.
 * I am trying to replace the “\n” in the imported post content template with double
   new line, i.e. I would like to have the one more empty new line after each paragraph.
 * I am using the following without success, although it does the job replacing “
   |” with “,”
 * [str_replace( array( “|”, “\n” ), array( “,”, “\n\n” ), {content[1]} )]
 * Any ideas how to accomplish this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/str_replace-new-lines/#post-13558469)
 * Hi [@bsmolyanov](https://wordpress.org/support/users/bsmolyanov/),
 * > Any ideas how to accomplish this?
 * Please try this:
 * `[str_replace("|",",",nl2br(nl2br({content[1]})))]`
 *  Thread Starter [bsmolyanov](https://wordpress.org/support/users/bsmolyanov/)
 * (@bsmolyanov)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/str_replace-new-lines/#post-13567699)
 * It works!!! Thank you so much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘str_replace new lines’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-xml-csv-product-import/assets/icon-256x256.png?
   rev=2570167)
 * [WP All Import – Product Import for WooCommerce](https://wordpress.org/plugins/woocommerce-xml-csv-product-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-xml-csv-product-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-xml-csv-product-import/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bsmolyanov](https://wordpress.org/support/users/bsmolyanov/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/str_replace-new-lines/#post-13567699)
 * Status: resolved