Hi,
hope somebody can help me with this quick regular expression help I need with my PHP script.
I simply need to remove the following from any string
Page=xx
Where xx is a number between 0 and 999 (number of digits vary)
Many Thanks
Muz
Quick Reg Exp question
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Code: Select all
/Page=(\d{1,3})/