I'm writing a program that determines if a string is a palindrome recursively. I've decided to try and use regex, but I'm having a bit of trouble understanding the syntax. What I need to do is compare the first and last char to see if they are identical. How can I go about doing this?
Thanks!
EDIT: I found this helpful: AirSource Ltd's answer to Degvik's question