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 MikeeOK 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: *

  • Users: janvdk
  • Content: Threads
  • Order by date
  1. janvdk

    Special characters

    Hi all, I have a problem : in the following code some characters get "changed" by the script in some way. I gave the string to be searched a specific value to illustrate my problem. In reality $htmlline gets variable values. ----------- $htmlline = "<td valign='top' >König der...
  2. janvdk

    Help with regular expression please

    Dear all, I need a little help with a regular expression. For the following string $htmlline I'd like to replace ALL tags of format <A whatever text> by <A>. Using the following, it only does it for the first tag it encounters $htmlline =~ s/<A(.*?)>/<A>/; $htmlline= <A...
  3. janvdk

    Retreive infor from string with specific pattern - perl statement ?

    Hi, I'd like to write a perl search statement (regular expression I suppose) to find something in a string of which next line is an example : <A href="/product/3076">Table</A> (2004) <A href="/product/3076"><img src=/images/xml.png border=0></A> I'd like to extract to a variable for...

Part and Inventory Search

Back
Top