#Comparing Text components actual text, ignoring the style
12 messages · Page 1 of 1 (latest)
12 messages · Page 1 of 1 (latest)
I am trying to compare just the string in a text component - ignoring styles
e.g. blue 'Hello' should be equal to green 'Hello' in my comparator.
But I can't find a way to get this 'raw' string if you will...
I tried that but for some text it seems to be null
show your code