NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string LowerCaseEx ( string  src,
unsigned int  idx,
unsigned int  len 
)
inline

Lowercase some of the characters in a string.

This function lowercases all or a subset of the characters in the src string.

Warning
This function requires the enhanced NBC/NXC firmware.
Parameters
srcThe source string.
idxThe index of the start of the string subset to process. Pass NA to start with the first character.
lenThe number of characters to lowercase. Pass NA to include the rest of the characters in the src string (from idx to the end of the string).
Returns
The lowercased string.
Warning
You cannot use NXC expressions with this function
Examples:
ex_uplow.nxc.