Strings extension

Utility extension function bundling all functionalities related to Strings.

on

Methods

isAlphabet() bool
Checks whether the string is all aplhabets
isLowerCase() bool
Checks whether the provided string is in all lowerCase
isUpperCase() bool
Checks whether a provided string is all uppercase.