<div class="form-group">
<label class="col-md-4 control-label"><spring:message code="label.entity.PANNumber"></spring:message></label>
<div class="col-md-7">
<input type="text" class="form-control input-sm"
name="<spring:message code="label.PANNumber"></spring:message>" id="PANNumber"
data-ng-model="manageCustomerObj.panNumber" maxlength="10" />
</div>
</div>
what should i have to add for allowing to PAN number in this(ABCDE1234F) format only ? i am using eclipse.