public class BHiveStringUtil extends Object
| Constructor and Description |
|---|
BHiveStringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
htmlEscapeExcludeBR(String text)
br 태그를 제외한 모든 태그를 escape처리
|
static boolean |
isPatternLowerCaseInclude(String str)
문자열에 소문자 포함여부
|
static boolean |
isPatternUpperCaseInclude(String str)
문자열에 대문자 포함여부
|
static String |
readableFileSize(long size)
파일의 bytes 크기를 읽기좋게 변경 ("B", "KB", "MB", "GB", "TB")
|
static boolean |
validateBadSequenceLength(String pw,
Integer badSequenceLength)
연속된 숫자, 반목된 문자(숫자) 비허용 체크
|
public static String readableFileSize(long size)
size - 파일 크기public static String htmlEscapeExcludeBR(String text)
text - 문자열public static boolean isPatternUpperCaseInclude(String str)
str - 문자열public static boolean isPatternLowerCaseInclude(String str)
str - 문자열Copyright © 2018. All rights reserved.