Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesThere is no straightforward way to know if a string is lower, upper or title case. A workaround such as Contains function or REGEX ones has to be used.
The creation of the following functions would make it easier :
- IsTitleCase(String) : tests if a string is in TitleCase
- IsUpperCase(String) : tests if a string is in UpperCase
- IsLowerCase(String) : tests if a string is in LowerCase
They would all return a boolean and be in the Test category.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.