Skip to main content

Description

Returns a browser ID for a given user agent string.

Syntax

ExtractUABrowserID(user_agent_string)

Examples

ExtractUABrowserID('chrome/25') returns 325

Notes

The following table lists the BrowserID returned for each User Agent value. If none of the values looked for in the User Agent string is found, -1 is returned.

Return value datatype

Int

Impact of null value

If input is null, returns -1.
Last modified on April 20, 2026