There are several guides on regexes online. It's a bit out of scope of this
group to teach them:

http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=guide+regular+expressions

As far as extracting URL parameters, you can just use
self.request.get("keys") - I haven't tested this with your URL but it should
work.

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Sat, Mar 19, 2011 at 10:51 AM, psycho <[email protected]> wrote:

> Hello ,
>
> Currently i am using a regular expressions to match a url as
>
> /abc/somekey
>
> but i want to make a regular expression that can match a url as
>
> /abc/id=somekey&keys=text1%text2%text3
>
> Also if i use such a regular expressions then will i able to access there
> values in URLhandler.
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to