this-> Uc

(Caronte Pcode version 2.0)

Uc -- Make a string uppercase

Description

string this-> Uc ( string);

Returns string with a alphabetic characters from "a-z"

Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);

this->Print(this->Uc("Dante Alighieri"));


Out:

DANTE ALIGHIERI