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 - strschg, strischg http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
strschg, strischg

Changes all occurrences of one string to another.strischg() ignores case when
replacing.

Header File.....TCXLstr.h

Prototype.......ChrP CTYP strschg(ChrP s, ChrP a, ChrP b);
                ChrP CTYP strischg(ChrP s, ChrP a, ChrP b);

Source File.....STR\STRSCHG.C
                STR\STRISCHG.C

Arguments.......s  -  String to Search
                a  -  String to Search For
                b  -  String To Replace Found Strings With

Returns.........The address of the modified string, or NULL if no matches
                were found.

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