libsim  Versione6.3.0
elemental function, public wash_char ( character(len=*), intent(in)  in,
character(len=*), intent(in), optional  goodchar,
character(len=*), intent(in), optional  badchar 
)

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.

Parametri
[in]instring to be cleaned
[in]badcharoptional set of "bad" characters
[in]goodcharoptional set of "good" characters

Definizione alla linea 1162 del file char_utilities.F90.


Generated with Doxygen.