-2

Thanks advanced !!! I am very new in this . i want to detect the user agent using regex. here the regex

(mobile|Mobile|iPhone|iPod|iPad|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk\-Accelerated|hpwOS|webOS|Fennec|Minimo|Opera Mobi|Opera Mini|Blazer|Dolfin|Dolphin|Skyfire|Zune)

how can i detect it was in only iPhone & iPad .

Tushar
  • 78,625
  • 15
  • 134
  • 154

1 Answers1

2

it is very simple to do this. New regexp is

(iPhone|iPad)
MysterX
  • 2,238
  • 1
  • 9
  • 11