contains()

Syntax

boolean contains(string, string)

Description

Return TRUE if the first argument string contains the second argument string, and otherwise returns FALSE.

See Example: Automatically Configuring Logical Interfaces and IP Addresses.

Related Topics