| SecreC 2 language
    2.8.0 (2023.09)
    Language and standard library reference | 
| Functions | |
| template<domain D :shared3p > | |
| D int64 | bl_strFind (D xor_uint8[[1]] needle, BlStringVector< D > haystack) | 
Searches for a string in a string vector.
| needle | - query string | 
| haystack | - string vector | 
| D int64 bl_strFind | ( | D xor_uint8[[1]] | needle, | 
| BlStringVector< D > | haystack | ||
| ) |