find_line_suffix()
Call `string.match()` once instead of calling `string.sub()` and `string.find()` multiple times in a loop.