2

I have an url " http://www.website.com/?id=123&val1=abc&val2=x "

I would like to get the value for the parameters such as "id" and "val2" how do I do that?

Yazzmi
  • 1,541
  • 5
  • 18
  • 33
  • 3
    See: http://stackoverflow.com/questions/2225814/nsurl-pull-out-a-single-value-for-a-key-in-a-parameter-string – Calvin Jul 27 '10 at 01:45

1 Answers1

0

NSURL pull out a single value for a key in a parameter string

Community
  • 1
  • 1
Yazzmi
  • 1,541
  • 5
  • 18
  • 33