Possible Duplicate:
Converting ereg expressions to preg
http://www.google.co.in/aclk?sa=
L&ai=C_jFQq_
http://www.google.co.in/aclk?sa=
l&ai=CKKCUg
The highlighted part is common in my url.
My Regex
if (preg_match('google.com/aclk\?sa\=L\&ai/i', $url))
Is this regex correct? I want to match my regex to my url.