Im trying (unsuccessfully) to find some comments based on using a wildcard:
I have some hotspot ip-binding(s) that have a comment such as 'BP:9'
I simply need a way to find the comments that start 'BP:' , so that I can decrease the number after BP: and when it reaches 0, i'll remove the entry.
I just cant find the correct format of regex and the Where command...
This doesnt work:
Code: Select all
:put [find where comment~"BP:"]