Hi All,
How to check uppercase and lower case string in between white spaces and special characters.
I used a regex formula which is working fine with white spaces ,uppercase and lowercase but not with Special characters. Can someone help out with the regex formula for that.
This is the one i am using now "[A-Z\s]*". This one is not doing anything with special characters.
Eg Data - SAINT OF CULTURE & CREATIVE
Thanks
Ashwin