LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search for capital letters

Does anyone know of a easy way to determine if there are capital letters in a string, and if so at what location in the string?
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
Message 1 of 4
(4,084 Views)
See to the attached VI if it would be helpful. Smiley Happy
- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 4
(4,071 Views)
You can also use the Lexical Class? primitive, but it will only process the first letter, so you will need to use String Subset in a loop.

___________________
Try to take over the world!
Message 3 of 4
(4,055 Views)
Thanks parthabe, works great.
SteveA
CLD

-------------------------------------
FPGA/RT/PDA/TP/DSC
-------------------------------------
0 Kudos
Message 4 of 4
(3,999 Views)