LookAhead.find

True if suplied string is found in the underlying Input range If not found, it allows the LookAhead to continue iteration from the original position the Input range was when the call was performed.

struct LookAhead(Range)
bool
find
(
string search
,
bool keepStash = false
)

Meta