Validation for valid GSTIN Oracle APEX Page Item by admin · Published May 10, 2025 · Updated May 10, 2025 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. Create a validation on your page item.Validation type: Item matches Regular ExpressionSelect the page item on which validation needs to be implemented.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})+$
Issues with input fields apex applications November 9, 2021 by admin · Published November 9, 2021 · Last modified November 11, 2021
Get Interactive Grid selected rows value into a page item May 21, 2023 by Himansu Behera · Published May 21, 2023 · Last modified May 22, 2023
Hide header while printing a page in Oracle APEX January 7, 2018 by admin · Published January 7, 2018 · Last modified November 6, 2021