Case-insensitive search with regex
Return pets whose breed contains "shepherd", regardless of capitalization — this time using a single regex pattern instead of chaining `.str.to_lowercase()` first.
Return pets whose breed contains "shepherd", regardless of capitalization — this time using a single regex pattern instead of chaining `.str.to_lowercase()` first.