#19375
Deipotent
Participant

Just had a need for the text extraction feature again that I have ben requesting – I had a CSS file which had been minimized so it was all on a single line and wanted to extract all the background-colors from it using the regex [code]background-color:#\d{6}[/code]. Obviously the new Extract matching lines feature didn’t work as the entire CSS file was on a single line.