lineOffset
Syntax
lineOffset(<needle>, <haystack>[, <skipLines>])
Explanation
This function works the same as offset
, except that it gives you the line number
on which the string was found, and skips entire lines, not just characters in the
haystack string.