User-Agent parser
Break any browser User-Agent string into its browser, rendering engine, operating system and device type. The box is pre-filled with your own browser’s User-Agent so you can see exactly what your device reports.
Detection uses an ordered set of regular expressions — more specific tokens
(like Edg/ or SamsungBrowser/) are tested before generic ones (Chrome/,
Safari) so the result is the most precise match available.
Everything runs in your browser; no string is sent to a server. Remember that User-Agents are self-reported and can be spoofed, so the output is a best-effort interpretation.