Enhance the error message format so that we can have a nicer error for the regular expression case. Right now it says: ``` Expected: \d but: was "abc"', src/core.rs:31 ``` Something like `Expected \d to match "abc"` would be much nicer.