View Single Post
  #16 (permalink)  
Old 03-18-2008, 09:07 AM
Klug Klug is offline
Moderator
 
Posts: 2,207
Default

Quote:
Originally Posted by tdesorbaix View Post
Can't you just keep the lines and replace all 1 into 33?
That would allow to send SMS only to France and you'd need to remove the front "0" too.
If you go this way, you'll have to transform a french number like 0122334455 into +33122334455...

I'd rather change the initial test to add "+" if missing and take the full number (with country code) as parameter.

Anyway, we're hitting once more the multi-countries-and-languages-regexp issues we already have in the date zimlet or the VoIP zimlets.
Reply With Quote