* Return a new string that has stripped all occurrences of the provided character from the provided string. * * NOTE: WASTEFUL. Performs a copy. Do NOT use for performance-critical code! * * @param str input string * @param c character to be removed * @return a new string with no occurrences of the provided character */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected