MCPcopy Create free account
hub / github.com/LASER-UMASS/Themis / replaceSubstring

Method replaceSubstring

subjectSystems/C,D/core/Utils.java:181–193  ·  view source on GitHub ↗

Replaces with a new string, all occurrences of a string from another string. @param inString the string to replace substrings in. @param substring the substring to replace. @param replaceString the replacement substring @return the input string with occurrences of substring replaced.

(String inString, String subString,
					String replaceString)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

convertInfixToPostfixMethod · 0.95

Calls 3

indexOfMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected