substring-after()

Syntax

string substring-after(string, string)

Description

Return the substring of the first argument string that occurs after the second argument string. If the second string is not contained in the first string, or if the second string is empty, then it returns an empty string.

See Example: Limiting the Number of E1 Interfaces and Example: Automatically Configuring Logical Interfaces and IP Addresses.

Related Topics