Fraud Blocker Regex Examples for au2mator - au2mator - Self Service Portal

Regex Examples for au2mator

Last modified: May 15, 2023
You are here:
Estimated reading time: < 1 min

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.

RegexDescription
\+\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

Something More

Was this article helpful?
Dislike 0