libsim
Versione7.1.6
|
Remove the requested characters from a string. This function returns a string cleaned from unwanted characters, either by removing "bad" characters (argument badchar) or by keeping only "good" characters (argument goodchar). If neither badchar nor goodchar are provided, it keeps only alphabetic ASCII characters.
Definizione alla linea 1153 del file char_utilities.F90. |