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 Shaun E 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. serathigeos

    Text Replace, brackets

    I want to replace every occurance of "[0:12:#abc():34]" with "#abc(34)", but the following is not doing the trick: perl -pi~ -e 's/[0:12:#abc():34]/#abc(34)/g' file.txt How can I replace literal brackets? [] -Brendan
  2. serathigeos

    Help: XML parsing in Japanese, with text replace filter

    Hello, I need to extract information from "rows" in an XML file. <row id="LABEL0"> <tag a="Japanese" b="0" c="0">Japanese Text0</tag> <tag a="English A" b="0" c="0">English Text A0</tag> <tag a="English B" b="0" c="0">English Text B0</tag> </row> English Text A contains Japanese special...

Part and Inventory Search

Back
Top