Quantcast
Channel: LabVIEW topics
Viewing all articles
Browse latest Browse all 69036

Scan from string and extract string between delimiter

$
0
0

Hello,

 

Basic questions.  Is it possible with the scan from string regular expression to extract the string that are within the specified delimiters.  Here is an example:

 

\\Name of folder 1\Name of folder 2\Name of folder 3\File Name

 

Can the scan from string output the following by specifying the right regular expression:

Name of folder 1

Name of folder 2

Name of folder 3

File Name

 

I have tried \\\\%s\\%s\\%s\\%s but the %s stops at the first white space.

 

Thanks,

 

Michel


Viewing all articles
Browse latest Browse all 69036

Trending Articles