ComfyUI Node

unescape

Unescapes a string by converting escape sequences to their actual characters. This node converts escape sequences like ' ' (two characters) to actual newlines (one character), ' ' to tabs, '\' to backslashes, etc. Useful for processing strings where escape sequences are represented literally rather than interpreted.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
unescape
    • STRING
    string
    CategoryBasic/STRING

    Inputs (1)

    NameTypeDefaultDescription
    stringSTRING

    Outputs (1)

    NameTypeDescription
    STRINGSTRING