SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions

Functions

template<domain D :shared3p >
D bool bl_strEqPrefixes (D xor_uint8[[1]] str, D xor_uint8[[1]] pat)
 

Detailed Description

Function for checking whether a pattern is a substring of the input string.

Note
D - shared3p protection domain
Supported types - xor_uint8
Precondition
the pattern is not longer than the input string
Parameters
str- input string vector of supported type
pat- the pattern to look for
Returns
returns a boolean vector indicating if the pattern is a substring of the input string at that position
Leakage
None

Function Documentation

◆ bl_strEqPrefixes()

D bool bl_strEqPrefixes ( D xor_uint8[[1]]  str,
D xor_uint8[[1]]  pat 
)