Posted: Fri Sep 22, 2006 1:56 am Post subject: Regular Expression Matches
Hi,
I am trying to build a few regexp funnels and am stuck.
These are dynamic urls from the MDPro CMS system that look like:
Goal first page: name=XXXXX&file=YYYYY 2nd page
name=XXXXX&file=YYYYY&action=ACTION1 3rd page
name=XXXXX&file=YYYYY&action=ACTION2
etc.
I am able to match #2 and above but I need to build a regexp that somehow does not match if the string contains the word 'action'. The Goal First Page does not have this parameter while all the rest does.
The parameters may be in any order this is why I need regexpt and not any other forms of matches (plus I use htaccess url masking so in a few instances name=XXXXX&file=YYYYY reads like name-XXXXX-file-YYYYYY.html
Posted: Fri Nov 17, 2006 11:02 am Post subject: Regular expression
poluf1, You should check out the reference on regular expression first. Most likely you will need an exclude that says something like exclude "*action=*" That should provide the function you need.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Host your free forums with Invision Plus.net forum web hosting with your own subdomain.
alexisBlue v1.2 // Theme Created By: Andrew Charron // Icons in Part By: Travis Carden