Rexxer

Some tips for me and other

Powershell + HTML + Replace COLOR for a ROW

$string -replace '(<tr?)(.*rejected</td></tr>).*', '$1 style="background-color:indianred;"$2'

It will color the whole row in a table with the text “rejected” in the end.

Comments are currently closed.