Commit Graph

4 Commits

Author SHA1 Message Date
Oliver Booth e3deb0f22b
📚 Update version in CHANGELOG.md 2020-04-21 04:23:44 +01:00
Oliver Booth cf317d30a8
📚 Update CHANGELOG.md 2020-04-21 04:17:28 +01:00
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