The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ReplaceControlChars


Unit: SDL_stringl
Class: none
Declaration: function ReplaceControlChars (Instring: string; ReplacementChar: char): string;

The function ReplaceControlChars replaces all occurrences of control characters (= characters which have an ASCII code <32) in the string Instring by the character ReplacementChar. The resulting string is returned as the function result.

 



Last Update: 2023-Feb-06