.hashMD5()
Description
hashMD5 simply returns its input value as an md5 hash
Parameters
hashMD5 takes no parameters
Usage
val = "hello world"
log val.hashMD5()
// 5eb63bbbe01eeed093cb22bb8f5acdc3
Last updated
Was this helpful?