content_backward_search: Search backwards in a document content for a specific character
Description
Search backwards in a document content for a specific character
Usage
content_backward_search(content, row, column, char,
skip_empty_line = TRUE)
Value
a tuple of positive integers, the row and column position of the
character if found, otherwise (-1, -1)