Ok, curious is it possible to get the count of characters in a text box?
Also is it possible to return the number of Uppercase and Lowercase?
So if the client entered this in a text input field. [ The Pizza Palace ]
In 3 separate fields i would get;
Total Character Count = 14
Total Uppercase = 3
Total Lowercase = 11
Without spaces, of course.
Ok - So I learned a lot and din’t give up this time. My friends don’t be intimidated by the Extract with Regex tool. Thank you @NigelG for steering me in the right direction.