reverted macro

This commit is contained in:
drethereum 2023-05-22 16:06:31 -06:00
parent 1b95ebd4b3
commit 43de0831d6

View File

@ -0,0 +1,5 @@
{% macro udf_hex_to_string(hex_string) %}
LTRIM(regexp_replace(
try_hex_decode_string({{ hex_string }}),
'[\x00-\x1F\x7F-\x9F\xAD]', '', 1))
{% endmacro %}