| c# Programming Glossary: regexoptions.multilineMobile Device Detection in asp.net http://stackoverflow.com/questions/13086856/mobile-device-detection-in-asp-net  wap windows ce phone xda xiino RegexOptions.IgnoreCase RegexOptions.Multiline RegexOptions.Compiled static Regex MobileVersionCheck new Regex.. wmlb wonu x700 yas your zeto zte RegexOptions.IgnoreCase RegexOptions.Multiline RegexOptions.Compiled public static bool fBrowserIsMobile Debug.Assert.. 
 Regex to strip line comments from C# http://stackoverflow.com/questions/3524317/regex-to-strip-line-comments-from-c-sharp  in their entirety using this regular expression with RegexOptions.Multiline . ^ r n Note I'm using ^ r n instead of because is including.. 
 C# regex to get video id from youtube and vimeo by url http://stackoverflow.com/questions/3652046/c-sharp-regex-to-get-video-id-from-youtube-and-vimeo-by-url  @ vimeo .com . # . videos 0 9 RegexOptions.IgnoreCase RegexOptions.Multiline public static readonly Regex YoutubeVideoRegex new Regex @ youtu.. 
 Inlining CSS in C# http://stackoverflow.com/questions/3679213/inlining-css-in-c-sharp  attribs   new RegexReplace    Regex new Regex @ ^ ~ ^ ^ RegexOptions.Multiline    Replace @ @ 1 2      multiple queries   new RegexReplace.. queries   new RegexReplace    Regex new Regex @ s s RegexOptions.Multiline    Replace @       ~   new RegexReplace    Regex new Regex @.. @       ~   new RegexReplace    Regex new Regex @ s ~ s RegexOptions.Multiline    Replace @ 1      ~   new RegexReplace    Regex new Regex.. 
 Improving/Fixing a Regex for C style block comments http://stackoverflow.com/questions/462843/improving-fixing-a-regex-for-c-style-block-comments  completed Options passed to the Regex constructor are RegexOptions.Multiline and RegexOptions.IgnorePatternWhitespace The regex works correctly.. 
 |