Navigation
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- concat()
- contains()
- starts-with()
- string-length()
- substring-before()
substring-after()
Syntax
string substring-after(string, string)
Description
Return the portion of the first string argument that follows the occurrence of the second argument substring within the first. If the second string is not contained in the first string, or if the second string is empty, the function returns an empty string.
Usage Examples
See Example: Limiting the Number of E1 Interfaces and Example: Automatically Configuring Logical Interfaces and IP Addresses.
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- concat()
- contains()
- starts-with()
- string-length()
- substring-before()
Published: 2013-03-05
Supported Platforms
Related Documentation
- ACX, EX, M, MX, PTX, SRX, T Series
- concat()
- contains()
- starts-with()
- string-length()
- substring-before()