Mirror Phrase
Check whether a phrase is a "mirror phrase" — reads the same forwards and backwards — ignoring spaces, punctuation, and letter case. The function receives a string `text` and returns True if it is a mirror phrase, else False.
Check whether a phrase is a "mirror phrase" — reads the same forwards and backwards — ignoring spaces, punctuation, and letter case. The function receives a string `text` and returns True if it is a mirror phrase, else False.