UCS ($WBFN)

Availability
UCS is available for use with all WBSP commands.

Syntax
$WBFN{UCS(anystring)}
$WBFN[UCS(anystring)]

Arguments
anystring - any string value.
 

Returns
The string passed as an argument converted to uppercase characters.

Example

<html>
<body>
Uppercase of Hello World is $wbfn[UCS(Hello World)]!
</body>
</html>

Result

Uppercase of Hello World is HELLO WORLD!