![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = lowercase(a)
Legacy Name: lower
Replaces all characters in a string with lowercase letters.
Name | Description |
---|---|
a | Specifies a string. |
Name | Description |
---|---|
c | Returns a in lowercase letters. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
A = 'abcdABCD'
C = lowercase(A)
Helpful
Not Helpful