the new String library for the arduino software versions above 019

What is the new String code name for "contains"? Thanks

From the built-in Help->Reference

string.indexOf(val)
string.indexOf(val, from)

Returns -1 if not found.

See also:

lastIndexOf()
boolean startsWith()
boolean endsWith()