Hutool 39 -
cn.hutool hutool-all 5.8.39 Use code with caution. For Gradle users: implementation 'cn.hutool:hutool-all:5.8.39' Use code with caution.
boolean isEmail = Validator.isEmail("test@example.com"); boolean isMobile = Validator.isMobile("13800001111"); boolean isChinese = Validator.isChinese("你好"); hutool 39
Have you used Hutool? What’s your favorite utility from version 3.9? Let me know in the comments. boolean isMobile = Validator.isMobile("13800001111")
