I have this pattern which works well, except when the attributes are not in the correct order....
"<li style=""(font-weight: bold;)*\s*(font-style: italic;)*\s*(text-decorati
on: underline;)*"">(.*?)</li>"
How can I write this pattern so font-weight, font-style and text-decoration groups can be in any order?
Start Free Trial