5152535455565758596061
if ( line.charAt( 0 ) == '#' ) continue; matcher.reset( line ); l = 0; start = 0; while( matcher.find() && l <= h ) { printStream[ l ].println( line.subSequence( start, matcher.start() ) ); start = matcher.end(); l++; } }