Description Usage Arguments Value
Locates a sequence of binary data inside a vector of binary data.
1 |
x |
Vector of type 'raw' where matches are sought. |
block |
A sequence of bytes to be matched in the given 'raw' vector. Coerced by 'as.raw' to a 'raw' vector if possible. Byte-sized 'integer' and 'hexmode' vectors are valid. |
cpp |
Setting to 'TRUE' makes use of the C++ implementation. |
Vector with the positions of the matches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.