I want to be able to read a text file and have it programmatically perform substitution on some of the text. <br>
<br>
The requirement is for something akin to &quot;smalltalk server pages&quot; although this isn't for a web app.&nbsp; <br>
<br>
I just want to be able to read a file containing the text &quot;Hello,
&lt;%name%&gt;.&nbsp; Welcome to my world.&quot; and have it return as a
string<br>
&quot;Hello, Joe.&nbsp; Welcome to my world.&quot; <br>
<br>
Is this functionality available in squeak somewhere, perhaps as part of a web server framework? <br>
<br>
thanks. <br>