starts-with()

Syntax

boolean starts-with(string, string)

Description

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

See Example: Imposing a Minimum MTU Setting, Example: Limiting the Number of E1 Interfaces, Example: Limiting the Number of ATM Virtual Circuits, Example: Adding T1 Interfaces to a RIP Group, Example: Configuring a Default Encapsulation Type, and Example: Configuring Dual Routing Engines.

Related Topics