MCPcopy Create free account
hub / github.com/dhale/jtk / replaceAll

Method replaceAll

core/src/main/java/edu/mines/jtk/util/XmlUtil.java:86–99  ·  view source on GitHub ↗

Replaces all occurences in string s of string x with string y. @param x string to be replaced. @param y string replacing each occurence of x. @param s string containing zero or more x to be replaced. @return string s with all x replaced with y.

(String x, String y, String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

quoteAttributeValueMethod · 0.95
quoteCharacterDataMethod · 0.95

Calls 4

indexOfMethod · 0.45
lengthMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected