crc32 - Calculates the crc32 polynomial of a string.
crc32(str,asint)
Note: In the followings examples, the _ between the { should be removed to make it work.
in: res={_{crc32("The quick brown fox jumped over the lazy dog.")}}. out: res=82a34642. in: res={_{crc32("The quick brown fox jumped over the lazy dog.",true)}}. out: res=-2103228862.
{{ include("includes/strings.sn") }}
Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2024 extenso Inc. All rights reserved.