With the replace function:
replace
julia> replace("Hello_this_is_string", "_" => "\\_") "Hello\\_this\\_is\\_string"