Removes all occurrences of a string from another string. @param inString the string to remove substrings from. @param substring the substring to remove. @return the input string with occurrences of substring removed.
(String inString, String substring)
source not stored for this graph (policy: none)