import java.util.Arrays;
class Solution {
public static String camelCase(String input) {
return input.replaceAll("([A-Z])", " $1");
}
}
Apache Camel is a rule-based routing and mediation engine which provides a Java object based implementation of the Enterprise Integration