A function used in web scraping. Used to simplify the searching of HTML strings for information.
getstrbetween(linedata, start, startmark, endmark, include = FALSE)
the first string after start and between the start and end marks
a string
integer, where to start looking in linedata
character string. a pattern identifying the start mark
character string. a pattern identifying the end mark
include the start and end marks?