I would like to ask your help!
The problem is:
I have a code:
<h1....>text</h1>
I would like to make a result:
<h1 ....><a name="Snumber">text</a></h1>
where S is character, number is a variable integer.
My problem that I don't know, how to subs non-fix at the beginning of the line, how could I use regular expression for it? Thanks in advance!