LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with REGEX !

Solved!
Go to solution

Hi ,

I want to select the value after Fourth tabulation or third tabulation ... 

I dont find the regular expression that I can use.
Example :

 

12:34:37.173	25.7	24.8	15.98	27.1	0.5	3.34	584.5	24.0	86.0	946.5	77.5	
15.98


Thank you , 

 

0 Kudos
Message 1 of 4
(2,576 Views)

I would just use Spreadsheet String To Array to get an array of your strings.  You then just use Index Array to get the value you want.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(2,547 Views)
Solution
Accepted by Sarah_LAB

Agree, REGEX is not what you want to use! Use as crossrulz said Spreadsheet String To Array

But since you asked... Regular expression is almost a programming language in itself and can almost do anything it if given the time to figure it out.

Problem with REGEX.pngChange the {3} to {4} to get the 4th item.

BUT choose the correct tool for the task 

Spreadsheet String To Array!

Omar
Message 3 of 4
(2,536 Views)

thank youuuu .

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