I want to include multiple strings for matching in the regular expression for pattern matching.I tried using the or option and (|) eg:cat|dog|mouse If the string contains any of these it should show a match. Is it possible in labview or do i need to use multiple patch mattern functions to achieve this?