BeginsWithBytes
Type
operator
Summary
Determines whether Target begins with Needle.
Syntax
<Target> begins with <Needle>
Description
note
Since the empty data is an initial subsequence of every sequence of bytes, every sequence of bytes begins with the empty data.
Parameters
Name | Type | Description |
---|---|---|
Needle | An expression which evaluates to binary data. | |
Target | An expression which evaluates to binary data. |