This commit is contained in:
wanggeng 2025-01-01 22:38:09 +08:00
parent 4b2c19d253
commit fb1a5b0211

View File

@ -120,7 +120,7 @@ public class WStringUtil {
* @date 2018年2月28日 下午4:28:45
*/
public static String lowerUpper2UnderLine(String str) {
return lowerUpper2Separator(str, "-");
return lowerUpper2Separator(str, "_");
}
/**