wren-lang / wren

The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
http://wren.io
MIT License
6.86k stars 550 forks source link

String class doesn't have case folding methods #1106

Open dashsatish opened 1 year ago

dashsatish commented 1 year ago

Hi, (First of all thanks to all the contributors - Wren is a really classy language to work with 🙂 )

String class doesn't have methods to fold cases like toLowerCase and toUpperCase. I couldn't find it in the document. Can this be implemented, will be helpful.

RobLoach commented 1 year ago

I put together a Pull Request for .lower to get the convo started over at https://github.com/wren-lang/wren/pull/1019

Would love your review of it!