in reply to Search and Replace Hexadecimal String

Like in any other interpolating string: \xFF\x30\x39 or \x{FF}\x{30}\x{39}

Replies are listed 'Best First'.
Re^2: Search and Replace Hexadecimal String
by Reilly (Initiate) on Mar 15, 2006 at 14:46 UTC
    I don't know an interpolating string from a violin string. I am not a program. I am writing a large file of substitution strings to convert data structures for a typesetting program. I really appreciate your answer because these conversion tables are the only thing close to programming I have ever done. They are working great except for about three HEX values that were showing up and got me in a corner