<head><title>ColdC: Function/Method Reference: strsed()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: strsed()</h1> <hr> <p><font size=+1><i>STRING</i> <b>strsed</b>(<i>STRING <b>regexp</b>, STRING <b>string</b>, STRING <b>replace</b>[, INTEGER <b>case-matters</b>]</i>)</font> <p>This functions similar <code>sed</code> in many unix systems. It searches for any occurances of <var>regexp</var> in <var>string</var> and replaces them with <var>replace</var>, returning the result. <p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>