nxt.find_ex

Undocumented in source.

Members

Enums

FindContext
enum FindContext
Undocumented in source.

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.

isSymbolASCII
bool isSymbolASCII(string rest, ptrdiff_t off, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
isWordASCII
bool isWordASCII(string rest, ptrdiff_t off, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta