findstr

Type: External

Group: char

Syntax

findstr(string1, string2)

Description

Finds all occcurences of the shorter string within the longer

Notes

.

Examples

findstr("this is a test string", "is") = [3, 6]
findstr("is", "this is a test string") = [3, 6]

See Also

strfind