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·2 years agoHave you tried the escaped function? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html linkfedilink
Have you tried the
escapedfunction? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html