Skip to main content

Description

Returns a browser name for a given user agent string.

Syntax

ExtractUABrowserName(user_agent_string)

Examples

ExtractUABrowserName('chrome/25') returns ‘Chrome’

Notes

The following table lists the BrowserName returned for each User Agent value.
User AgentBrowserName
operaOpera
msie/tridentInternet Explorer
seamonkeySeamonkey
firefoxFirefox
chromiumChromium
chromeChrome
safariSafari

Return value datatype

String

Impact of null value

If input is null, returns ‘unknown’.
Last modified on April 20, 2026