LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detect last by one vowels in an array


@ogk.nz wrote:

This VI should give you an idea of what to do to extract the vowel from a word, from here it is just a matter of working out what you want to do with relation to the arrays and the appropriate method to perform actions from the developed vowel.

 

Vowel Seeker.jpg


Handy tip:

Untitled.png

Regards,

Tom L.
Message 11 of 12
(556 Views)

ValkoA solution modified to use the Match REgular Function.vi, you can set the ignore case to false so you don't need to specify capital letters in the regex. The regex is using a lazy star (shortest match for .*) and a capture group to get the next to last vowel.

 

nextToLastVowel.png

 

Ben64

Message 12 of 12
(541 Views)