R/string.R
is_md5.Rd
Check if an argument is an MD5 hash string
is_md5(x)
(any) Object to check.
any
TRUE if x is a valid MD5 hash string, FALSE otherwise.
TRUE
x
FALSE
is_md5("d41d8cd98f00b204e9800998ecf8427e") #> [1] TRUE