Hi!
I want the javascript or regular expression code for following issue.
***********
find 1 to 15
And replace with
<a href="part1.html#page_1">1</a>
<a href="part1.html#page_13">13</a>
***********
Another one
********
find 16 to 29
and replace with
<a href="part2.html#page_18">18</a>
<a href="part2.html#page_28">28</a>
**********
try to understand the above mentioned issue.
Thanks in advance
I want the javascript or regular expression code for following issue.
***********
find 1 to 15
And replace with
<a href="part1.html#page_1">1</a>
<a href="part1.html#page_13">13</a>
***********
Another one
********
find 16 to 29
and replace with
<a href="part2.html#page_18">18</a>
<a href="part2.html#page_28">28</a>
**********
try to understand the above mentioned issue.
Thanks in advance