user_agent_parsers:
  # browsers
  - regex: '(Thunderbird)/(\d+)\.(\d+)\.?(\d+)?'

  # command line tools
  - regex: '(Wget)/(\d+)\.(\d+)\.?([ab]?\d+[a-z]*)'

  - regex: '(curl)/(\d+)\.(\d+)\.(\d+)'
    family_replacement: 'cURL'

os_parsers:
  - regex: '(Red Hat)'
 
  # See #33 for matching the iOS AFHTTPClient
  - regex: '(iOS) (\d+)\.(\d+)(?:\.(\d+))?'

device_parsers:
