Could you tell me how to write such a regular expression? it matches all <p> <br> </p>.

could you tell me how to write such a regular expression? it matches all


Jun.27,2022

/^

.*<br>.*<\/p>$/

this expression matches

<br>

safda<br>asdfa

, etc., starting with

, ending with

, with
appearing in the middle, all matching

.
/

<br>

/ig
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bd2e25-3068a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bd2e25-3068a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?