replace Interface

public interface replace

It replaces a character into another.


Module Procedures

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