Posted on 09-30-2021 05:43 AM
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])
Posted on 06-28-2022 04:27 AM
@j_meister do you have a regex for iOS 16 supported devices?
Posted on 06-28-2022 09:19 AM
@TomRWSmith I am sorry, I have no regex for iOS 16 yet.
Posted on 08-17-2022 08:10 AM
@TomRWSmith I posted a regex for iOS 16, iPadOS 16, and tvOS 16 here.