Howto:List of wildcards
. - stands for a digit , for that will be waited
! - stands for any lots of digits
? - stands for any digit without waiting (needed for enum, see also "how to use enum")
. - stands for a digit , for that will be waited
! - stands for any lots of digits
? - stands for any digit without waiting (needed for enum, see also "how to use enum")