strfind

Type: External

Group: char

Syntax

STRFIND(string1, string2)

Description

finds all occurences of string2 within string1.

Examples

STRFIND("This is a test string", "is") [3,6]

See Also

findstr