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...)
 
 
Line 6: Line 6:
  
 
Provides simple string uppercase and lowercase functions.
 
Provides simple string uppercase and lowercase functions.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:17, 25 March 2013

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.