- Posted by
-   Topics
-   Views
- ilunga
Aug 28, 2011
- Help me, please :) I have HTML file with some <p> tags, which matches numbers of pages of scanning book: <p>5</p> <p>text</p> <p>6</p> <p>text</p> <p>7</p> <p>text</p> <p>8</p> etc. I need increment all numbers in <p> tags with such result: <p>5+1</p> <p>text</p> <p>6+1</p> <p>text</p> etc. I tried ...Posted in Scripts
-   Topics
-   Views
- ilunga
Aug 28, 2011