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.
|
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. |
None
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’/>