reference regex
(Mister Wong community recommendations)
most popular brand new
8 Regular Expressions You Should Know - Nettuts+
by stevecopley, 1004 days ago, 2 UserstexSoft.it - Identify User Agent by string format recognition
function extract_products_from_agent_string($agent) { $found = array(); $pattern = "([^/[:space:]]*)" . "(/([^[:space:]]*))?"; $pattern .= "([[:space:]]*\[[a-zA-Z][a-zA-Z]\])?