I have a next URL line:
http://localhost:3333/my-project/resources/index.html?q=PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGlu+&roles=Example
I need get parameters, which have after ?q= and &roles=
Please help me what kind of regular expressions I can be used?