Package org.apache.commons.lang3
Class CharUtils
- java.lang.Object
-
- org.apache.commons.lang3.CharUtils
-
public class CharUtils extends java.lang.ObjectOperations on char primitives and Character objects.
This class tries to handle
nullinput gracefully. An exception will not be thrown for anullinput. Each method documents its behavior in more detail.#ThreadSafe#
- Since:
- 2.1
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]CHAR_STRING_ARRAYstatic charCRCarriage return characterf CR ('\r', Unicode 000d).private static char[]HEX_DIGITSstatic charLFLinefeed character LF ('\n', Unicode 000a).static charNUL
-