Search notes:

System.Text.RegularExpressions.RegexOptions (enum)

0 None
1 IgnoreCase
2 Multiline
4 ExplicitCapture
8 Compiled
16 Singleline
32 IgnorePatternWhitespace
64 RightToLeft
256 ECMAScript
512 CultureInvariant
The table above was produced with:
$enumValues = [enum]::GetValues('System.Text.RegularExpressions.RegexOptions')

$enumValues | foreach-object  {
  '{0,6} {1}' -f $_.value__, $_.ToString()
}

See also

A System.Text.RegularExpressions.RegexOptions object is returned by System.Text.RegularExpressions.Regex`.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758206548, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Text/RegularExpressions/RegexOptions(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78