The code works exactly as intended: the prefix isn't getting deleted because it 
doesn't match. What it means is that perhaps your input is not as deterministic 
as you think and you need to change the strategy. For example, use `std/pegs` 
to match only the meaningful content in the start of the string and ignore the 
rest.

Reply via email to