LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Parse String Help

Hello,

I have data that is in the following format: 00.12\s\sT\s13.86\r\nS\s03.78\s\sD\s142.3\s\sW\s01.26\s\sT\s13.97\r\nS\s03.97\s\sD\s148.4\s\sW\s01.1

All that I need from this string is the data between the first "\r\n" and the second "\r\n", and ideas on the easiest way to pull that data out?

Cheers!
0 Kudos
Message 1 of 3
(6,241 Views)
This should do it.


Message Edited by Stradis on 10-12-2007 08:38 PM


Paul
0 Kudos
Message 2 of 3
(6,235 Views)
Or, you could place two match pattern functions. Wire the "after substring" from the first as the input to the second. "\r\n would of course be the regular expression for both.
0 Kudos
Message 3 of 3
(6,219 Views)