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

j_meister
Contributor II

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 3

TomRWSmith
New Contributor III

@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
New Contributor III

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