is this the correct general expression?

16 views
Skip to first unread message

Vincent Woux

unread,
Oct 13, 2015, 2:43:32 AM10/13/15
to google-analytics-analyticsjs
I'm using:

.*/recharge#/buy/ok/(\w*|(\w+%?\d+?\w+?)|(\w+%?\d+?\w+%?\d+?\w+)|(\w+%?\d+%?\d+\w+%?\d+?)|(\w+.\w+)|(\w+%?\d+\w+%?\d+\w+%?\w+))/(\w*|(\w+%?\d+?\w+?)|(\w+%?\d+?\w+%?\d+?\w+)|(\w+%?\d+%?\d+\w+%?\d+?)|(\w+.\w+)|(\w+%?\d+\w+%?\d+\w+%?\w+))


website.com/recharge#/buy/ok/2000/1444633877

where:

2000 = payment method, can also be any other 4 digit code
1444633877 = unique payment id


Other options:

A: .*/recharge#/buy/ok/d{4}/d{10}

B: .*/recharge#/buy/ok/*



Any ideas?

Thanks!
Reply all
Reply to author
Forward
0 new messages