The text I was going through mentioned that following regular Expression matches any .aspx url:
@"?i:^.*\.aspx.*$"
I couldnot understand what ?i:^ did while matching. Pls. explain what part it matches in urls like http://localhost:2447/Out.aspx, https://msdn.microsoft.com/en-us/library/88c54tsw.aspx.
 
    