diff --git a/xml/System.Text.RegularExpressions/RegexOptions.xml b/xml/System.Text.RegularExpressions/RegexOptions.xml
index f1abe4d2254..360dd0dff2a 100644
--- a/xml/System.Text.RegularExpressions/RegexOptions.xml
+++ b/xml/System.Text.RegularExpressions/RegexOptions.xml
@@ -91,6 +91,26 @@
Regular Expression Options
+
+
+
+
+
+
+
+ Field
+
+ System.Text.RegularExpressions
+ 11.0.0.0
+
+
+ System.Text.RegularExpressions.RegexOptions
+
+ 2048
+
+ Makes ^, $, \Z, and . recognize all common newline sequences (\r\n, \r, \n, and the Unicode newlines \u0085, \u2028, and \u2029) instead of only \n. This option cannot be combined with or . For more information, see the "AnyNewLine Mode" section in the Regular Expression Options article.
+
+