17 character(len=*),
intent(inout) :: str
18 character,
intent(in) :: src_char, tgt_char
25 idx=index(str(i:n), src_char)
String utility functionality that is commonly used throughout MONC.
subroutine, public replace_character(str, src_char, tgt_char)
Replaces all occurances of a character in a string with another character.