Java tutorial
//package com.java2s; //License from project: Open Source License import java.util.Locale; public class Main { private static String formatKey(String name) { return name.toLowerCase(Locale.US); } }