I have a parameter in my workbench that I want to lock down to expect a 10 digit phone number.
Here in Australia they all start with 04, so I am hoping to make my parameter restricted to between 0400000000 and 0499999999. It doesn't work if I use integer, because it drops the leading zero.
Does anyone have any tips on how I can achieve this? Ultimately this will be published to server and be a web form input field. I am hoping the user cannot press submit until the mobile number is in the range I mention above.
Cheers
Best answer by egge
Hi,
Within a workspace you can test your phone numbers using a regular expression. In your case the magic formula would be something like ^04\\d{8}$ (see screenshot below)
But now the question is: can you use this regular expression to test the input for the User Parameter in your web form to not allow any invalid input? This question has already been asked earlier this year, see this discussion: Regex check during input of text in user parameter.
Unfortunately, the answer, my friend, is: NO... :-(
Within a workspace you can test your phone numbers using a regular expression. In your case the magic formula would be something like ^04\\d{8}$ (see screenshot below)
But now the question is: can you use this regular expression to test the input for the User Parameter in your web form to not allow any invalid input? This question has already been asked earlier this year, see this discussion: Regex check during input of text in user parameter.
Unfortunately, the answer, my friend, is: NO... :-(
Within a workspace you can test your phone numbers using a regular expression. In your case the magic formula would be something like ^04\\d{8}$ (see screenshot below)
But now the question is: can you use this regular expression to test the input for the User Parameter in your web form to not allow any invalid input? This question has already been asked earlier this year, see this discussion: Regex check during input of text in user parameter.
Unfortunately, the answer, my friend, is: NO... :-(
Within a workspace you can test your phone numbers using a regular expression. In your case the magic formula would be something like ^04\\d{8}$ (see screenshot below)
But now the question is: can you use this regular expression to test the input for the User Parameter in your web form to not allow any invalid input? This question has already been asked earlier this year, see this discussion: Regex check during input of text in user parameter.
Unfortunately, the answer, my friend, is: NO... :-(
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.