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

DP QC STRING CASE FUNCTIONS

From Quake Wiki

Revision as of 16:40, 28 February 2008 by KrimZon (talk | contribs) (New page: Builtin definitions: <pre> 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.