I have a string 'Apples Bananas Cherries' in a complete attribute field and I want to extract the capital letters and put them in another new attribute field, result being: 'ABC'.
How can I do this? Perhaps Rubular.com (v useful) whetted my appetited because when I used [A-Z] it highlighted each capital but StringSearcher in FME would only return the 'A'.
I've tried numerous other ways including [A-Z]+ and different variations. Can anyone help?
Regards,
Ian