I would like to select a whole line that contains a desired string. For example:
String: "BLUE LED should light"
text:
When pressing the button the BLUE LED should light for 5 seconds according to the test characteristics.
I would like to select the entire line containing the string "BLUE LED should light up" through a Regex that I can use in notepad ++ or python. can anybody help me? Thank you !!