Setting Information
- Service Questions
Detailed Information
In au2mator, you can control the Informations entered in your Question with Regex.
Not everyone loves Regex, so we try to help in that case and provide you some Examples.
Regex | Description |
\+\d{1,3}\/\d{1,10}\/\d{1,10}$ | Telephonenumber in the Format +43/664/452152 |
^([a-z]|[A-Z]|[-]|[ö]|[Ö]|[ä]|[Ä]|[ü]|[Ü]|[ ]|[ß]|[.])*$ | Only allow the following Characters a-z A-Z Öö Ää Üü ß blank – . |
\+\d{1,3}[ ]\d{1,10}[ ]\d{1,10}\-\d{1,1}$ | Telephonenumber in the Format +43 664 452152-0 |
^[^#]*$ | Make sure no “#” is alowed |
Troubleshoot
To test and Build your Regex, you can use the Platform: RegExr: Learn, Build, & Test RegEx