mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
reverted macro
This commit is contained in:
parent
1b95ebd4b3
commit
43de0831d6
5
macros/hex_to_str_udf.sql
Normal file
5
macros/hex_to_str_udf.sql
Normal 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 %}
|
||||
Loading…
Reference in New Issue
Block a user