1👍
✅
name=joe&age=20 are GET parameter, which usually are entered via forms, or just append to a link. You dont need a regex for them, they are stored in request.GET dictionary.
Source:stackexchange.com
1👍
name=joe&age=20 are GET parameter, which usually are entered via forms, or just append to a link. You dont need a regex for them, they are stored in request.GET dictionary.