Regualar Expression Hook
Dä Hook überprüeft, ob en Telefonnummere im richitige Format vorliegt
regexObj = new Regex(^(?:\((?:\+|00)([0-9]{3})\)|(?:\+|00)([0-9]{3}))? ([0-9]{2})[- ]?([0-9]{7})$);
Dä Hook überprüeft, ob en Telefonnummere im richitige Format vorliegt
regexObj = new Regex(^(?:\((?:\+|00)([0-9]{3})\)|(?:\+|00)([0-9]{3}))? ([0-9]{2})[- ]?([0-9]{7})$);