Hi all
I get a problem with StringRegExpReplace
Here is the code:
$string = "< / li > < / li > < /li > < / li> < / li > </ li >" $array = StringRegExp($string, "<(.*)/(.*)(li)(.*)>", 3) _ArrayDisplay($array)
I want to replace all with </li>, and the final result is:
Please help, thanks