P
pbreah
I need to figure out a pattern that can match each letter of the
message, but leaves all the html entities alone.
For example, I have a input like this:
<div>
This is the content < Hello >
</div>
Just as an example to make it more clearer, If I wanted to replace the
all letters of the message with the number "1" I would have this
resut:
<div>
1111 11 111 1111111 & 11111 >
</div>
Can anyone help?
Thanks in advanced...
message, but leaves all the html entities alone.
For example, I have a input like this:
<div>
This is the content < Hello >
</div>
Just as an example to make it more clearer, If I wanted to replace the
all letters of the message with the number "1" I would have this
resut:
<div>
1111 11 111 1111111 & 11111 >
</div>
Can anyone help?
Thanks in advanced...