string_find_occurences (string haystack, string needle) ⇒ list
Returns a list of integers which represent the position at which each needle
appears within the haystack
string.
Alternative function names: str_find
First available: Version 1.3.3
Notes
Version 1.5.0.1 dropped the alternative name
str_find_occ
and added the
str_find
alernative name.
Comments