Sample console application for demonstrating different operations over string input based on provided command type.
Example:
-
input: "Hello my dear friends"
-
command: CommandType1
-
output: "friends dear my Hello"
Example:
-
input: "Hello"
-
command: CommandType2
-
output: "olleH"