replaceChar Subroutine

public recursive subroutine replaceChar(word, keyword, to)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: word
character(len=*), intent(in) :: keyword
character(len=*), intent(in) :: to