05-12-2022 09:06 AM
Hello,
I encounter some difficulties to parse strings with a regular expression. I use Match Pattern for this.
A typical string would be: [{device:MyDevice}{state:OK}{uid:12.34~A56*}]
My regular expression in CPP is: {uid:(.+?)}
My match therefore becomes 12.34~A56*
However, in LabVIEW, impossible to retrieve my uid.
Could someone enlighten me on this?
Thank you
Solved! Go to Solution.
05-12-2022 09:23 AM
Works for me.
05-12-2022 09:25 AM - edited 05-12-2022 09:28 AM
Ok, my problem was not the regex but the wiring. I was watching the substring match