I'm no good at regexp's. I am working in Adobe Dreamweaver cS4. It can manage regular expressions. I am preparing an ebook and I need to resolve this problem:
I have this numerical sequence:
<span class="txt">97
<span class="txt">98
<span class="txt">99
<span class="txt">100
<span class="txt">101
I need to change to change to
<span class="txt">097
<span class="txt">098
<span class="txt">099
<span class="txt">100
<span class="txt">101
I need to add an 0 before all the numbers with two digits.
I need to Find/Replace about 7.000 cases.
I'm very newbie in regex. I need the code to put in the field to shearch and the code to put in the field to replace.
Thank you in advance.