> Now mine has evolved in
>
> ^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$|\d{1,3}(\.|-|x)\d{1,3}(\.|-|x)\d{1,3}|dynamic|ddns|dns\.org$

In the flat file, for easier reading, could this line become:

  ^\d+\.\d+\.\d+\.\d+$
  ^[^\.]+\.?$
  \d{1,3}(\.|-|x)\d{1,3}(\.|-|x)\d{1,3}
  dynamic
  ddns
  dns\.org$

Thanks,

Doug 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to