Problem 44512. Find if a given sentence is a palindrome

Given a string/character array, return true if the string is a palindrome else returns false.

For example:

sample_text = "Sore was I ere I saw Eros.";
isPalindrome(sample_text);
ans =
      True 

Solution Stats

27.13% Correct | 72.87% Incorrect
Last Solution submitted on Nov 22, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers31

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!