Hey,
I am currently trying to finish off reports in Cirrus Policy reporter and I have a few rules I need some help with. I have never used Reg Ex before now and I am having difficulty using the information provided online.
In short here is what I am looking for. I have used the line ip finger as an example.
I need a Reg Ex to search for the line ip finger The search is for both words together and not each individually and also the search must ignore any characters before or after IP finger on the same line.
So far if I search ip finger it will show and line that contains ip finger even if the lines is no ip finger as it still fits the search criteria.
Does anyone know how to write a reg ex that will only search for the specified words only?
Thanks in advance
Cheers