Hello, <br><br>i am new to smalltalk and i look for some easy way to find some substring in another string and replace it by another substring:<br><br>example: string := &#39;Hello how are you? I am fine. Thank you and you?&#39;
<br>substring to find &#39;you&#39; replace by &#39;AA&#39;<br><br>transform to &#39;Hello how are AAA? I am fine. Thank AAA and AAA?&#39;<br><br>thnx.<br>