Idea Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
Case test functions
Status:
Implemented
Submitted by
Jean-Balteryx
on
06-27-2020
02:42 PM
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Notify Moderator
There 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.
See more ideas labeled with:
5 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.