Which RegexOptions are used by: VS2008/Edit/Find In Files/Use Regular Expressions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AAaron123

    Which RegexOptions are used by: VS2008/Edit/Find In Files/Use Regular Expressions

    The RegexOptions Enumeration contains:

    Multiline
    ExplicitCapture
    Compiled
    Singleline
    IgnorePatternWh itespace
    RightToLeft
    ECMAScript
    CultureInvarian t

    Do you know or can you surmise
    which of the above options are used by:

    VS2008/Edit/Find In Files/Use Regular Expressions

    Especially interested in Singleline and Multiline.


    Thanks in advance - even if it is only an educated guess


Working...