Interested in improving this site? Please check the To Do page.
String Verbs
- string.convertCharset: Rewrites a string from one encoding (character set) to another. New verb.
- string.hashWhirlpool: Definition to be added. New verb.
- string.hashhmacmd5: Definition to be added. New verb.
- string.isCharsetAvailable: Determines if the specified character set is available in the operating system. New verb.
- string.macromantoutf8: Definition to be added. New verb.
- string.mimeHeaderDecode: Determines if a string was encoded according to RFC 2047, decodes it, stores the name of the character set used by the string at adrCharsetName^, and returns the decoded string. New verb.
- string.patternMatch: Find the occurence of a string within a string. New startingAt parameter.
- string.utf8tomacroman: Definition to be added. New verb.