string to uppercase

stunaep via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 2 20:05:08 PDT 2016


Is there any easy way to convert a string to uppercase? I tried 
s.asUpperCase, but it returns a ToCaserImpl, not a string, and it 
cant be cast to string. I also tried toUpper but it wasnt working 
with strings


More information about the Digitalmars-d-learn mailing list