m1maker / NGT

New open source game toolkit
https://ngtcode.dev/
20 stars 11 forks source link

Added the is_upper() method to strings #26

Closed ashleygrobler04 closed 5 months ago

ashleygrobler04 commented 5 months ago

To use this method, just do this: string x="HELLO"; x.is_upper(); //returns true if the string is upper case or false if not.

m1maker commented 5 months ago

Thank you for your Contribution