• Bruce Momjian's avatar
    Add: · 89260124
    Bruce Momjian authored
    replace(string, from, to)
       -- replaces all occurrences of "from" in "string" to "to"
    split(string, fldsep, column)
       -- splits "string" on "fldsep" and returns "column" number piece
    to_hex(int32_num) & to_hex(int64_num)
       -- takes integer number and returns as hex string
    
    Joe Conway
    89260124
builtins.h 27 KB