Extracting uppercase from a substring

Hi Everyone,

Is there a way to extract only uppercases from a substring in a column?
For example, TijwejL Jiwu → output will be TL J

Thank you!

is there any nodes where I can use isUpperCase() to check for any Upper Case Letters in each cell and extract them into a new column?

I have tried using String Manipulation but am stuck.

Try this:


5 Likes

Thank you and Great Help @rfeigel

If you want to remove the spaces do this:


1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.