Find the index of the last line that matches a regex
find_last_regex_line(lines, regex)
lines
lines of text
regex
regex string
index of the line
Richèl J.C. Bilderbeek