diff --git a/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml b/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml index e72d3665e36..eabdae20bae 100644 --- a/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml +++ b/xml/System.Text.RegularExpressions/GeneratedRegexAttribute.xml @@ -169,7 +169,7 @@ The regular expression pattern to match. A bitwise combination of the enumeration values that modify the regular expression. - The name of a culture to be used for case sensitive comparisons. is not case-sensitive. + The name of a culture to be used for case-insensitive comparisons. is not case-sensitive. Initializes a new instance of with the specified pattern and options. For a list of predefined culture names on Windows systems, see the Language tag column in the list of language/region names supported by Windows. Culture names follow the standard defined by BCP 47. In addition, starting with Windows 10, can be any valid BCP-47 language tag. If is , the invariant culture will be used. @@ -207,7 +207,7 @@ The regular expression pattern to match. A bitwise combination of the enumeration values that modify the regular expression. A time-out interval (milliseconds), or to indicate that the method should not time out. - The name of a culture to be used for case sensitive comparisons. is not case-sensitive. + The name of a culture to be used for case-insensitive comparisons. is not case-sensitive. Initializes a new instance of with the specified pattern, options, time-out value, and culture. For a list of predefined culture names on Windows systems, see the Language tag column in the list of language/region names supported by Windows. Culture names follow the standard defined by BCP 47. In addition, starting with Windows 10, can be any valid BCP-47 language tag. If is , the invariant culture will be used. @@ -232,7 +232,7 @@ System.String - Gets the name of the culture to be used for case sensitive comparisons. + Gets the name of the culture to be used for case-insensitive comparisons. To be added. To be added.