Tim Kersten wrote: > On my search for information I came across this 2004 post: > http://lists.evolt.org/archive/Week-of-Mon-20041206/166952.html > > So before I go and attempt a regex or validation function for just > landlines in Ireland, does anybody have something similar already done > that they might share? Or perhaps any pointers to information > necessary to implement this, other than the linked post? > > Obviously I'm using python, but any other implementation would be > useful so that I can port it.
You could screen scrape the "can I get broadband" checking form at www.eircom.ie That would be accurate but slower than a slow thing. Note comreg maintain the numbering plan for Ireland: http://www.comreg.ie/licensing_and_services/numbering_plan_for_ireland.552.440.html cheers, Pádraig. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
