String center : String Utils « Apache Common « Java
- Java
- Apache Common
- String Utils
String center
/*
==MTV==
*/
import org.apache.commons.lang.StringUtils;
public class StringUtilsExampleV1 {
public static void main(String args[]) {
System.err.println(StringUtils.center("MTV", 7, '='));
}
}
BeanUtilsStringUtilsExampleV1.zip( 1,005 k)Related examples in the same category