Taking this issue up based on chapter notes.
SELECT crime_id,
regexp_matches(original_text, '-\d{1,2}\/\d{1,2}\/\d{2}')
FROM crime_reports;
Returned no data when I ran it, and checking the underlying data it was correct not to return any data.
More details to follow.