StringLowerCase (FPScript)
Converts a string into lower case.
Syntax
StringLowerCase(String)
The syntax of the StringLowerCase function consists of the following parts:
Part |
Description |
---|---|
String |
The string to be converted into lower case. Permitted data structures are scalar value, data series und data matrix. Supported data types are string. |
Remarks
The data type of the result is always string.
The structure of the result corresponds to that of the argument String.
If an argument is a list, then the first element in the list is taken. If this is also a list, then the process is repeated.
Available in
FlexPro Basic, Professional, Developer Suite
Examples
StringLowerCase("This is an example") |
Returns the string "this is an example". |
StringLowerCase({"MP382", "MP199", "MP234"}) |
Results in the data series {"mp382", "mp199", "mp234"}. |
See Also
You might be interested in these articles
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information