Commit Graph

2 Commits

Author SHA1 Message Date
Oliver Booth 11ffa43810
Add string.IsUpper and string.IsLower
- IsLower:
Determines if all alpha characters in this string are considered
lowercase.

- IsUpper:
Determines if all alpha characters in this string are considered
uppercase.
2020-04-20 14:17:55 +01:00
Oliver Booth 27e82bada1
📚 Add CHANGELOG.md 2020-04-20 14:00:20 +01:00