11-04-2015 10:08 PM
Dear RTSLVU,
Can you please explain the expression "[0-9]+[.][0-9]+[.][0-9]+[.][0-9]+" and how does its matching.
Regards,
S Nagaraju
11-05-2015 02:42 AM
11-05-2015 03:38 AM
I use a string control but check it is valid using something like this.
11-05-2015 09:46 AM
@GerdW wrote:
Hi Sonti,
I'm not that professional on RegEx, but I still can get the pattern:
- there are 4 blocks of numbers separated by dots
- each numeric block contains one or more digits
Looks like a regular IPv4 address… 😄
GerdW is correct!
@deceased wrote:
I use a string control but check it is valid using something like this.
WOW! You are a RegEx God.
11-05-2015 10:13 PM
Dear all,
Thank you very much for your suggestions.
I have confusion about the expressions because I don’t have any software background.
Please any one explains about the expressions.
Thanks & Regards,
S Nagaraju
11-05-2015 10:20 PM - edited 11-05-2015 10:22 PM
http://zone.ni.com/reference/en-XX/help/371361M-01/glang/match_pattern/
Read the bottom section on match pattern details
And http://zone.ni.com/reference/en-XX/help/371361M-01/glang/match_regular_expression/
Read the bottom section on match regular expression details
11-06-2015 12:11 AM
Thank you very much for yor support.
Regards,
S Nagaraju
05-22-2018 09:47 AM
Thank you for your Inspiration. I found a simpler, not to say faster method: