Grepping is awesome, as long as you don't glob it up! This article covers some grep and regex basics. There are generally two types of coffee drinkers. The first type buys a can of pre-ground beans ...
Custom segments are powerful tools used for a variety of reporting. Combined with regular expressions, segments can be customized to track a variety of searches, or return certain pages based on URL ...
Creating Web pages can be an exciting experience; after all, the Web is on the cutting edge when it comes to publishing technology. But when you have to update dozens of lines of code manually to make ...
I'm wearing my regex dunce cap again. I want to return a positive match if I find "this" in a string, but not if I find "this" and also "that" in the string. Put another way: I want to return a ...
</pre><BR><BR>This works for all URLs we're going to allow (and doesn't do anything with .jpg or any files with extensions).<BR><BR>Now I just need to have these both return the querystring unaltered ...