Compare two char[] with case. Returns 0 if equal
Compare two char[] ignoring case. Returns 0 if equal
Return the index position of a text pattern within src, or src.length upon failure.
Convert to lowercase in-place.
Convert to lowercase. Returns the converted content in dst.
Convert to uppercase in-place.
Convert to uppercase. Returns the converted content in dst.