I'm interested in creating a Page Action measure that filters on a certain page uri. Is the URI -> "starts with" fillter case sensitive or insensitive? Is there a way to do a case insensitive filter.
Answer by Andreas G. ·
These string comparisons are all case sensitive. The way to go in your case is to use RegEx. Here is a page you want to have a look at: RegEx - Using Regular Expressions
JANUARY 15, 3:00 PM GMT / 10:00 AM ET