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
- string to uppercase stunaep via Digitalmars-d-learn
- Re: string to uppercase Nicholas Wilson via Digitalmars-d-learn
- Re: string to uppercase Jin via Digitalmars-d-learn