string string.tomd5(string s)
The following sample returns the MD5 hash of the input string 'hello world'.
{string.tomd5('hello world')}