Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP QC STRING CASE FUNCTIONS

From Quake Wiki

Builtin definitions:

string(string s) strtolower = #480; // returns the passed in string in pure lowercase form
string(string s) strtoupper = #481; // returns the passed in string in pure uppercase form

Provides simple string uppercase and lowercase functions.