We introduced a feature that demystifies Regular Expressions (Regex) for students by providing better feedback on matching errors. Instead of just displaying the raw pattern, the system now translates complex matching rules into plain English and automatically generates a valid example string that would pass the test. This helps learners understand exactly what is expected and why their code might be failing, without requiring them to master Regex syntax immediately.