I have a string like that:
I'm a string not too long but neither so short
Let's take the word 'not' inside the string: it starts at position number 13 and it ends at position numer 16.
There's a way with JQuery to substitute the word between position 13 and position 16 with this:
<b>not</b>
I know only the position of the string that i want to replace not it's content.