dm_string_remove Subroutine

public pure elemental subroutine dm_string_remove(string, a)

Removes character a from string.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: string

String to parse.

character(len=1), intent(in) :: a

Character to remove.


Called by

proc~~dm_string_remove~~CalledByGraph proc~dm_string_remove dm_string_remove proc~dm_gm_add_text_box dm_gm_add_text_box proc~dm_gm_add_text_box->proc~dm_string_remove