I am having array of strings lets say
{"Item Revision","Integer Item Revision","Double Item Revision"} .
And I just want to exclude the "revision" part of strings .
Lets say If I am having "Integer Item Revision" string then I just want "Integer Item". Here "Revision" part is common for the all the strings. Is there any solution for it?