minus-squareoliveoilcheff@programming.devtoRust@programming.dev•How do I parse the escape characters of the content of a string literal input with nom?linkfedilinkEnglisharrow-up4·3 months agoHave you tried the escaped function? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html linkfedilink
Have you tried the
escaped
function? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html