February 13, 2021 by Jackson Replace Function The Replace function is a way of replacing characters in… Read more
January 14, 2021January 14, 2021 by Jackson ReplaceList Function The ReplaceList function is a simpler way of replacing characters… Read more
January 14, 2021January 14, 2021 by Jackson StringToDate Function The StringToDate function converts a string value to a datetime… Read more
December 3, 2020December 3, 2020 by Jackson Base64Decode Function The Base64Decode function converts a Base64 value to the string… Read more
December 3, 2020December 3, 2020 by Jackson Base64Encode Function The Base64Encode function converts a string value to Base64 which… Read more
December 3, 2020December 3, 2020 by Jackson StringToHex Function The StringToHex function converts a string value to hexadecimal encoding.… Read more
December 2, 2020December 2, 2020 by Jackson Parsing JSON with AMPscript and SSJS Okay, the title is a bit misleading. Currently, it’s not… Read more
September 22, 2020September 22, 2020 by Jackson Substring Function The Substring function is similar to the =LEFT or =RIGHT… Read more
September 22, 2020September 22, 2020 by Jackson Trim Function The Trim function removes and leading or trailing spaces in… Read more
September 22, 2020September 22, 2020 by Jackson UpperCase Function The UpperCase function capitalizes all letters in a string. A… Read more