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

Difference between revisions of "DP QC STRING CASE FUNCTIONS"

From Quake Wiki

(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...)
(No difference)

Revision as of 16:40, 28 February 2008

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.