I need a Regular Expression which can meet my request below:
- It can get characters between 'id=' and '&'
- the character '&' may exist or not
here's a example, say I have two URL like below:
The Regular Expression can get the key id's value 222 in both URL.
VERY THANKFUL if someone can help me solve this problem!!!