i would like to read the firmware of our firewalls with regex. unfortunately i always get the error -9.9999999. the display of the firmware in the message is so v6.2.4,build1112,200511 (GA).
I would like to display the first 3 numbers in my sensor so 6.2.4, this I tried with this regex entry (\d+\.\d+.\d+) and the group 1.
Add comment