Patt.matchU

Match this with haystack at Offset soff.

class Patt
@safe pure nothrow final ref const
matchU
(
in ubyte[] haystack
,
size_t soff = 0
)

Return Value

Type: auto ref

Matched slice or [] if not match.

Meta