Text Manipulation 17.07.08
Need a simple program or online application to manipulate a block of text in the following manner:
1. Remove all punctuation (leaving only alpha-numeric characters)
2. Concatenate the words in the text file, and output them as follows:
eg: “the quick brown fox jumps”
Becomes:
TheQuick
QuickBrown
BrownFox
FoxJumps
I can do this with Excel but it takes too long.
Input is a text box where I can paste the text to be processed, Output is a column of results that I can copy.
Can be programmed in any appropriate language.
It’s a quick half hour job for an experienced programmer.



