[Contents] [Prev] [Next] [Index] [Report an Error]

jcs:break-lines() Function

The jcs:break-lines() function is used to break a single element into multiple elements, delimited by <newline> characters. This function is especially useful in dealing with large output elements, such as those returned using the show pfe command.

The function syntax is as follows:

var $lines jcs:break-lines($output);

Where:


[Contents] [Prev] [Next] [Index] [Report an Error]