findAcronymAt

Find needle as Word or Symbol Acronym at haystackOffset in haystack. TODO Make it compatible (specialized) for InputRange or BidirectionalRange.

@safe pure
Tuple!(R, ptrdiff_t[])
findAcronymAt
(
alias pred = "a == b"
R
E
)
(,,,
CaseSensitive cs = CaseSensitive.yes
,
size_t haystackOffset = 0
)

Meta