I have a custom value that is a number (e.g. “199”). I need to extract each of the digits (“1”, “9”, “9”) to display them on a different text element (the “1” on one element, the “9” on another element, and the “9” on another element).
Is there a way to do this? I was thinking of using regex, but not sure how I can do it Thanks!