Which AMP script function could easily determine if a specific text string exist anywhere in the list?


A field value returned from a DE lookup contains a tab-delimited list of values.

Which AMP script function could easily determine if a specific text string exist anywhere in the list?
A . Substring
B . BuildRowSetFromString
C . IndexOf
D . Length

Answer: B