Can someone help me understand what "(?:^|&)" and "(?:&|$)" mean below? I skimmed through the documentation but it is not clear.
RewriteCond %{QUERY_STRING} (?:^|&)site=(eu|jp|in)(?:&|$) [NC]
RewriteRule ^/?fetchHomePage.action$ https://example.com/%1? [R=301,L,NC]
Leads here is appreciated.
Thanks