rust• Comment onHow do I parse the escape characters of the content of a string literal input with nom?Have you tried the escaped function? https://docs.rs/nom/latest/nom/bytes/complete/fn.escaped.html4View in thread