Regex Utils
object RegexUtils
Content copied to clipboard
author: Blankj blog : http://blankj.com time : 2016/08/02 desc : utils about regex*
Functions
getMatches
Link copied to clipboard
getReplaceAll
Link copied to clipboard
fun getReplaceAll(input: String?, regex: String?, replacement: String?): String?
Content copied to clipboard
getReplaceFirst
Link copied to clipboard
fun getReplaceFirst(input: String?, regex: String?, replacement: String?): String?
Content copied to clipboard
isDate
Link copied to clipboard
isEmail
Link copied to clipboard
isIDCard15
Link copied to clipboard
isIDCard18
Link copied to clipboard
isIP
Link copied to clipboard
isMatch
Link copied to clipboard
isMobileExact
Link copied to clipboard
isMobileSimple
Link copied to clipboard
isPassword
Link copied to clipboard
isTel
Link copied to clipboard
isURL
Link copied to clipboard
isUsername
Link copied to clipboard
isZh
Link copied to clipboard