I would like to create a regular expression to remove the line-height of a style, can be the following standards:
<p align="justify" style="margin-bottom: 0cm; font-weight: normal; line-height: 100%; text-decoration: none">
Or that:
<p align="justify" style="margin-bottom: 0cm; font-weight: normal; line-height: 100%">
the property can end with " or ; and may have any value.