Returns indices of occurrence of strings in strings

Returns indices of occurrence of strings in strings

aux_strFindAll(input, searchString)

Arguments

input

A string to search things in

searchString

Substring to search for

Value

A list with start and end value of found substrings