LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regex Help, find some words but not others

Hello folks, 

Does any one know how to write the regex for these 3 English statements to search for in the main string below. looking for the capitalized words.

 

1. ASC or ETC and ABS
2. ETC or ASC but no ABS
3. no ETC no ASC no ABS

 

E95 ASC ABS TABS GLX iGLX ETC

 

I have tried few thing trying to make it as logical operators but does not work, i am not sure of the syntaxes.

Thanks in advance

0 Kudos
Message 1 of 2
(717 Views)

If you read the detailed help for the Match Regular Expression Function, it contains a link to regular expressions to get you started.  Every time I have to do a regex I look there first.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(695 Views)