public class StringFunctions extends Object
| 构造器和说明 |
|---|
StringFunctions() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
bin(Long number) |
static String |
charset(String text) |
static byte[] |
compress(String text) |
static Integer |
field(String... args) |
static Integer |
findInSet(String str,
String strSet) |
static Integer |
isIpv4(String ip) |
static Integer |
isIpv6(String ip) |
static Integer |
isUUID(String uuid) |
static String |
mid(String text,
Integer start) |
static String |
mid(String text,
Integer start,
Integer length) |
static Long |
ord(String text) |
static String |
quote(String text) |
static String |
reverse(String text) |
static Integer |
strCmp(String text1,
String text2) |
static String |
subStringIndex(String text,
String delim,
Integer count) |
static String |
unCompress(byte[] compressed) |
static Long |
uuidShort() |
public static Long uuidShort()
Copyright © 2021 kubeclub. All rights reserved.