I wrote the following regular expression for the texts below:
"\<li\>\<span\>[\w\d\s\-\,\/\;]+\<\/span\>\<\/li\>"
HTML:
"<li><span>3-1/2-inch cutting edge and wedge-shaped spike</span></li>"
"<li><span>19-inch overall length; 24-ounce weight</span></li>"
But it doesn't work! What is the suitable pattern for that?