Talk:SO and Internet country codes: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
source text file processed with regex
 
(No difference)

Latest revision as of 09:41, 6 July 2007

source text file processed with regex

source file

http://scorpion.robotz.com/text/Technical/iso_internet_country_codes.txt

used regex to create csv file

:%s/\([A-Z][A-Z]\)   \([A-Z][A-Z]\) \([A-Z][A-Z][A-Z]\) \([0-9][0-9][0-9]\) \(.*\)/"\1","\2","\3","\4","\5"/