Here you can find the source of toUpperCaseWithUnderscores(String str)
public static String toUpperCaseWithUnderscores(String str)
//package com.java2s; public class Main { public static String toUpperCaseWithUnderscores(String str) { return null; }/* w w w . j a va 2 s. co m*/ }