Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - strsrep, stri... http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
strsrep, stri...

Searches for, and replaces one string within another. strisrep() ignores case
of letters.

Header File.....TCXLstr.h

Prototype.......ChrP CTYP strsrep(ChrP s, ChrP a, ChrP b);
                ChrP CTYP strisrep(ChrP s, ChrP a, ChrP b);

Source File.....
Arguments.......s  -  String to Search
                a  -  String to Search For
                b  -  String to Replace With

Returns.........The address of the modified string, or NULL if the search
                string wasn't found.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson