on How do I parse the escape characters of the content of a string literal input with nom? · c/rust · 4 pts · 2yHave you tried the escaped function? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html
Have you tried the
escapedfunction? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html