4. Palindromes от лаба за String and ReGex
Сигурно е малко глупав въпрос, но имам проблем с принтирането по условие(отделянето с запетая) и подреждането по азбучен ред, това е кода http://pastebin.com/EC3R2Q1s
Write a program that extracts from a given text all palindromes, e.g. ABBA, lamal, exe and prints them on the console on a single line, separated by comma and space. Use spaces, commas, dots, question marks and exclamation marks as word delimiters. Print only unique palindromes, sorted lexicographically.
Благодаря предварително!
Example:
Input |
Output |
Hi,exe? ABBA! Hog fully a string. Bob |
a, ABBA, exe |