BUG
This commit is contained in:
parent
4b2c19d253
commit
fb1a5b0211
@ -120,7 +120,7 @@ public class WStringUtil {
|
|||||||
* @date 2018年2月28日 下午4:28:45
|
* @date 2018年2月28日 下午4:28:45
|
||||||
*/
|
*/
|
||||||
public static String lowerUpper2UnderLine(String str) {
|
public static String lowerUpper2UnderLine(String str) {
|
||||||
return lowerUpper2Separator(str, "-");
|
return lowerUpper2Separator(str, "_");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user