Uppercase
What: string function
File:
Layer: 1
Format: result = Uppercase( str )
Platforms: C++, C#, Javascript, Pascal, PHP, Python
This function returns a value of the passed string with all lowercase letters converted
to uppercase.
In Pascal, this is only defined if the version of Pascal being used does not provide the function.
Note: This is provided for cross-platform compatibility only. Use the Edit function to perform this operation.