|
template<domain D :shared3p > |
D uint | bl_strIndexOf (D xor_uint8[[1]] str, D xor_uint8[[1]] pat) |
|
function for finding the index of a given pattern
- Note
- D - shared3p protection domain
-
Supported types - xor_uint8
- Parameters
-
str | - input string vector of supported type |
pat | - the pattern to look for |
- Returns
- returns the position where given pattern is contained in the string
- Note
- if the string is not found returns value that is or equal to size (str)
- Leakage
- None
◆ bl_strIndexOf()
D uint bl_strIndexOf |
( |
D xor_uint8[[1]] |
str, |
|
|
D xor_uint8[[1]] |
pat |
|
) |
| |