libsim
Versione6.3.0
|
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 1162 del file char_utilities.F90. |