LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating pattern for matching problem

Hi all,
I need to cut from the string specified part. It must be substring begins with $ and with the carrige return character at the end. Besides it may consist of any characters in the middle. I'm trying to use Match Pattern.vi but I've got problems with pattern creation. Cases with \$+CR or something like that doesn't work.
Help meSmiley Indifferent
0 Kudos
Message 1 of 4
(2,606 Views)
Hi Err,

I attached a simple example. It's straight forward, using two "Match Pattern" functions...

Message Edited by GerdW on 09-11-2007 11:30 AM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,601 Views)
try to use "Search/Split String" on the "adicional strings functions".

I tried here and worked with your example.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 3 of 4
(2,599 Views)
Thanks,
my solvation here:
PS I use "x" instead of CR

Message Edited by Err on 09-11-2007 05:00 AM

0 Kudos
Message 4 of 4
(2,591 Views)