Clause

Pattern Paired with Prefix and Suffix.

Constructors

this
this(Patt prefix_, Patt suffix_, Patt sub)
Undocumented in source.

Members

Functions

findRawAt
const(ubyte[]) findRawAt(ubyte[] haystack, size_t soff, Patt[] enders)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

prefix
Patt prefix;
suffix
Patt suffix;
Undocumented in source.

Inherited Members

From SPatt1

sub
Patt sub;
Undocumented in source.

Meta