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....



ReduceStringToAZ09


Unit:SDL_stringl
Class: none
Declaration: function ReduceStringToAZ09 (InString: string): string;

The function ReduceStringToAZ09 replaces all characters in the string Instring which are not digits or letters by underscores ('_'). The function can be used to create a valid filename from any string. Please note that slashes and backslashes are also converted to underscores, so directory paths will be corrupted by ReduceStringToAZ09.


Last Update: 2023-Feb-06