Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. axnpictures

    using regexp in a foreach loop

    I want to print a regexp variable inside a loop from an xml file. I'm reading the xml file through http. This an example of my xml file: <name>foo</name> <name>foo1</name> I'm using this tcl code: foreach line $html { regexp "<(name)>(.*?)</name>" $line dummy tag name } The problem is, I can...

Part and Inventory Search

Back
Top