String object in Javascript UDF does not have the replaceAll() function
When trying to use replaceAll() function from a String object in Snowflake’s Javascipt UDF, it will fail with the below error message: Based on the information on Wikipedia, the string function replaceAll() was released in June 2021, with 12th Edition – ECMAScript 2021. Since this is a new function, it has not been incorporated into Snowflake’s Javascript library. […]