Unrecognized Character Between Empty P Tags TinyMCE
问题 What character does tinyMCE put in between empty p tags. I have the following empty p tags: <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> Which I'd like to remove... but they are not recognized by str_replace or preg_replace. The best I could do to track down the issue, is the space between the tags. In other words I can remove the <p> by itself or the </p> ... but when I try searching for <p> </p> it doesn't find it. Tried or I found many solutions online but NONE work. It seems