Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search question
#1
Hi there,

I'm trying to find out if it's possible to give findrx a kind of string to find like xx.xx.xx.xx that has to match? If possible later compare the first like 10 or 20 or 25 (so 10.xxx.xxx.xxx will be found but 10.xxx.xxx not and 25.xxx.xxx.xx also)

I have created something like this:

findrx(s1 "((10|20|25)\.\d{1,3}.\d{1,3}.\d{1,3})" 0 4 a) ;;exit if not found

but in this search

10.xx.xxx also is found and is not handy for the use i'm preparing it for.

TIA


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)