Sun Identity Manager 8.1 Resources Reference

skipLinesUntil Token

The skipLinesUntil token skips over lines of input until one is found that has at least the specified number of instances of a given string.

Attributes

Attribute

Description

token

The string to search for. 

minCount

The minimum number of instances of the string specified in the token attribute that must be present. 

Data

None

Example

The following token skips forward to the next line that contains two commas. The parse position will be at the first character of that line.

<skipLinesUntil token=’,’ minCount=’2’/>