Validation for valid GSTIN Oracle APEX Page Item

If you are having a page item to capture GSTIN, this validation can be used to check whether it’s a valid GSTIN or not.

  1. Create a validation on your page item.
  2. Validation type: Item matches Regular Expression
  3. Select the page item on which validation needs to be implemented.
  4. Put below code in Regular Expression field.
^([0][1-9]|[1-2][0-9]|[3][0-5])([a-zA-Z]{5}[0-9]{4}[a-zA-Z]{1}[1-9a-zA-Z]{1}[zZ]{1}[0-9a-zA-Z]{1})+$

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *