Ask whether the rule can match all the contents containing specific characters between specific strings.

the target string is as follows

/start
type 1
/end

/start
type 2
/end

/start
type 0
/end

/start
type 2
/end

/start
type 0
/end

can you match all the / start / end segments containing type 0 to

by regular matching?
Apr.15,2021

of course. /\ / start [^\ /] + type\ s* 0 [^\ /] +\ / end/g


\/start[\s\S]?type 0[\s\S]?\/end
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-1b34b60-2bf51.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-1b34b60-2bf51.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?