I have made this RegEx:
/http:\/\/(.+)?\.?(stackoverflow|superuser|serverfault|stackapps|stackexchange)\.com\/questions\/([0-9]+)\/?.*/i
It needs to match any Stack Exchange website's question. Is this the right RegEx? I have tested it and it works, but I've not tested it on all beta-sites and since I know I'm Satan in the RegEx world, I know there is something wrong (there is always something wrong with my RegExes xD).
Is this one good? Thanks.