Exercise: Fun with Palindromes

These exercises will give you more experience using strings and the clojure.string library.

Simple Palindrome Checker

A Palindrome is a word that is spelt the same whether it is written backwards or forwards. So when you reverse the word it should still look the same.

Can you write a simple expression to see if a word, e.g. "radar", is a palindrome.

You will need to reverse the word and compare (see if it is equal) to the original word.

()

Clojure.string library

The clojure.string library has some handy functions for manipulating strings.

Using functions on strings that are not part of the clojure.string library can give 'interesting' results.

Reveal answer...

results matching ""

    No results matching ""