Here you can find the source of toLowerCaseWithUnderscores(String str)
public static String toLowerCaseWithUnderscores(String str)
//package com.java2s; public class Main { public static String toLowerCaseWithUnderscores(String str) { return null; }// w w w .java2 s .c om }