Skip to main content
Question

Regex for iOS 15 / iPadOS 15 / tvOS 15 supported devices

  • September 30, 2021
  • 3 replies
  • 28 views

Forum|alt.badge.img+10

Hi folks,

I needed a regex for the devices that are supported by iOS/iPadOS/tvOS 15 and couldn't find one. Therefore I built a regex myself and want to share it with you. If you find errors or improvements please let me know.

^iPhone(1[0-5]|8|9)|iPad(1[0-5]|[5-9])|AppleTV([5-9])

 

3 replies

TomRWSmith
Forum|alt.badge.img+3
  • New Contributor
  • 14 replies
  • June 28, 2022

@j_meister do you have a regex for iOS 16 supported devices?


Forum|alt.badge.img+10
  • Author
  • Valued Contributor
  • 71 replies
  • June 28, 2022

@j_meister do you have a regex for iOS 16 supported devices?


@TomRWSmith I am sorry, I have no regex for iOS 16 yet.


skeenan07
Forum|alt.badge.img+10
  • Contributor
  • 34 replies
  • August 17, 2022

@TomRWSmith I posted a regex for iOS 16, iPadOS 16, and tvOS 16 here