Strupper
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
strupper (DNM Script function)
Contents |
[edit]
full declaration
String strupper (string str)
[edit]
return value
[edit]
description
Convert string to uppercase (returns the result)
[edit]
example
var $s="Hello World"; $s=strupper($s); MessageBox($s);//"HELLO WORLD" $s=strlower($s); MessageBox($s);//"hello world"
keywords: strupper string uppercase up big make
