Dear Group,
Could someone provide the filter that would be used to catch domain names that end in .com
I have been trying for several hours guessing at regex combinations that might work.
I have gotten the filter example (/**/*.css) offered in the documentation to work so I suspect my problem is poor understanding of regex. (I know the escape sequencing can be a nightmare once regex is interpreted thru java)
Example URL I am trying to isolate (which was lifted out of the recorder’s executed events pane):
http://graphite.wikidot.com/faq
My guess would be com
Much Thanks
Obbie Pet