LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regular Expression?

What is the Match Pattern regular expression to match any one of the following"

UCHAR, ULONG, USHORT, UINT, char, long, short, int, char*, char *

I currently have:

[U*][cC|sS|iI|lL][hH|oO|nN][aA|oO|nN][(rR|tT|gG)*][(tT|gG)*]

This only catches "USHORT" and not "UCHAR"; Please help, thanks!

Kevin
0 Kudos
Message 1 of 2
(2,637 Views)
Keep it Simple.

I used a while loop that detects the first match of any of an array of matches. This allows you to match a list, which I believe is what you are really trying to do.

Package this puppy as a subVI, and run with it.
Message 2 of 2
(2,637 Views)