I want to match words with underscore from line
Example:
<span style="font-size: 10pt;line-height: 1.5;">K_Snsr_PsuMi_WdgVoltRef = 0.0007</span><br/>
<span style="font-size: 10pt;line-height: 1.5;">- K_Snsr_PsuMisc_WdgVol = 0</span><br/>
From above should match below words:
K_Snsr_PsuMi_WdgVoltRef
K_Snsr_PsuMisc_WdgVol
Please help in achieving this.