<?php $string = 'SEQ-900000'; var_export( (bool)preg_match( '~^(?:SEQ|ABC|MHT)-[69]\d*$~', $string ) );
You have javascript disabled. You will not be able to edit any code.