nxt.find_ex

Members

Functions

findAcronymAt
Tuple!(R, ptrdiff_t[]) findAcronymAt(R haystack, E needle, FindContext ctx, CaseSensitive cs, size_t haystackOffset)

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

isSymbol
bool isSymbol(T a)

Return true if a is a C-style Identifier symbol character.

Meta