I am using Google Analytics to see which pages are viewed the most of a website, and I need a selection based on a Regular Expression.
What I need to select:
/index.php?page=1203
/index.php?page=12
/index.php?page=15&print=1
Basically I first need to select the literal string of /index.php?page= appended by any number of any length, all integers, so no comma's. After this, anything can be appended so I am thinking an * will do. But please answer one with, and without the * because I need to target both.
Thanks in advance!
 
    