01-16-2018 01:48 PM
Hello:
I am new to the community, and have a regular expression questions.
In the text list below:
Cholesterol
20
mg
What is the regular expression to match the the 1st Uppercase letter at 1st position of each line?
Is this code corrected /^[A-Z]/i ?
Thanks
Dennis
Solved! Go to Solution.
01-16-2018 11:15 PM
I'm pretty bad with regular expressions but when I do need to work with them I usually use the site below. It has a nice help menu on the side, lets you type in a bunch of test cases, and highlights the results of your regular expression.
01-18-2018 06:39 AM - edited 01-18-2018 06:39 AM
hope this helps
am not sure this is the best board to ask the question,
i think it would be better placed (and get more replies) on the main labview board https://forums.ni.com/t5/LabVIEW/bd-p/170,
perhaps someone can move it there?
01-18-2018 12:10 PM
Hello Matt:
The site works very well, thanks.
Dennis