I have a application maked in AppSheet and I need that one form field allow values with format โLNN/LNNโ, or LNN-NN/LNN-NN. Using the regular expression โ/^[a-zA-Z]\d{1,2}(?:-\d{1,2})?/[a-zA-Z]\d{1,2}(?:-\d{1,2})?$/gโ I can see that its work as I require, but I see that AppSheet not have a โRegExpโ functiรณn or simllar for apply this solution.
There some method for make this validation in AppSheet?
Not really. You best option (which is not a good option) is to validate it in the spreadsheet.
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |