Hi!
I want to search for some text...
The text can be on the format
-Then I want to replace the text with this:
Result may be like this:
the text that was found:
the replaced text:
I have tried using the find function but I think the conditions are too complex....
Can anyone help me..?
Thanks
Pål Nesteby
PDC-Tangen
Norway
I want to search for some text...
The text can be on the format
Code:
<td>1.2</td>, <td>10.2</td>,
<td>1.1.2</td> or <td>10.1.2</td>
-Then I want to replace the text with this:
Code:
<td><a href = "chap[The first number in the text that was found].html#[The whole number in the text that was found]">[The whole number in the text found]</a></td>
the text that was found:
Code:
<td>1.2.3</td>
Code:
<td><a href = "chap1.html#1.2.3">1.2.3</a></td>
I have tried using the find function but I think the conditions are too complex....
Can anyone help me..?
Thanks
Pål Nesteby
PDC-Tangen
Norway