Skip to content

Outputs whether input strings are palindromes, with options to ignore case sensitivity, punctuation, and whitespace.

License

Notifications You must be signed in to change notification settings

jack-c-lloyd/Palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome

pal is a program that outputs whether input strings are palindromes; there are options to ignore case sensitivity, punctuation, and whitespace.

Build

Use make to build, clean, and delete the program.

Usage

make [targets]

Targets

Target Description
all Build the program.
clean Remove object files.
delete Remove object files and the program.
help Display the usage message.

Run

Usage

usage: pal [options] string...

Options

Short Flag Long Flag Description
-h --help Display the usage message.
-l --lower Ignore case sensitivity.
-p --punctuation Ignore punctuation.
-s --space Ignore whitespace.
-v --version Display the program version.

About

Outputs whether input strings are palindromes, with options to ignore case sensitivity, punctuation, and whitespace.

Resources

License

Stars

Watchers

Forks