| # Make sure we don't match random words that contain "mac" inside. |
| # Make sure we don't match random words that contain "ios" inside |
| # (like "kiosk" or whatnot), but do allow matching "ios8" and things |
| # Make sure we don't trigger for the string "MAC", which almost |
| # certainly has nothing to do with Darwin. |
| # \\b means "word boundary" |
| # (?![a-z]) means "there is no next char in the range a-z". |
| - "/(\\b[Ii][Oo][Ss](?![a-zA-Z])|[Hh][Oo][Mm][Ee][Pp][Oo][Dd]|[Dd][Aa][Rr][Ww][Ii][Nn]|\\bm[Aa][Cc]\\b|\\bMa[Cc]\\b|\\bM[Aa]c\\b|[Mm][Aa][Cc][Oo][Ss])/" |
| # Special Keywords for Cert Blockers |
| - "(Area:AirQualitySensor)" |
| concentration measurement: |
| - "(Area:ConcentrationMeasurement)" |
| - "(Area:DeviceAppearance)" |
| - "(Area:DoorLockEnhancements)" |
| - "(Area:OperationalState)" |
| - "(Area:RoomAirConditioner)" |
| temperature controlled cabinet: |
| - "(Area:TemperatureControlledCabinet)" |