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