Hello,
can someone please give me a hint, how I can convert any that a user can enter into a TextField or select from within the Adreebook into a given format? The Webservice I user wants all Number in a specific format. For Example:
+49 (123) 456789456 must be 49123456789456
0049 (123) 456789456 must be 49123456789456
+49 123 456789456 must be 49123456789456
Is there a Cocoa function that can help me with this? Or do I have to parse the string and code a custom solution?
Thank you very much
twickl