I am not really good at regular expressions, but I want to use only one regular expression to match for both:
- <span>
- </span>
Any suggestion?
I am not really good at regular expressions, but I want to use only one regular expression to match for both:
<span></span>Any suggestion?
 
    
     
    
    </?span>
However, you shouldn't parse HTML using regular expressions.