« How to implement Equals in C# | Show Progress for Long Running ASP.NET page »
Posted by David Carroll
| Option | Description |
|---|
| Multiline | Has nothing to do with how many lines are in the input string. Rather, this simply modifies the behavior of ^ and $ so that they match BOL and EOL instead of the beginning and end of the entire input string. |
| IgnorePatternWhitespace | Allows pattern to have as much white space as desired, and also enables the use of in-pattern comments, using the (?# comment #) syntax. |
| SingleLine | Has nothing to do with how many lines are in the input string. Rather, will cause the . (period) metacharacter to match any character, instead of any character except \n, which is the default. |