while ( ) { if ( /alpha/ ) { .... next; } if (/beta/) { .... next; } #here is the default code... }