Finds all indexes of a searchFor string or RegExp in searchIn. Ths is similar to ''.indexOf except that it finds all indexes of.
searchFor
searchIn
''.indexOf
Optional
Set to true to get an array of objects with the found indexes and their lengths.
@augment-vir/common
Finds all indexes of a
searchFor
string or RegExp insearchIn
. Ths is similar to''.indexOf
except that it finds all indexes of.